-
Sub-task
-
Resolution: Done
-
Major
-
None
An alternative can be annotated with Priority.
@Alternative @Priority(APPLICATION+100) public class MockAsynchronousService extends AsynchronousService { ... }
That makes it enabled without declaring it in beans.xml.
Value of Priority is used to resolve ambiguous dependencies.
- is blocked by
-
JBIDE-15386 Resolve values in annotations given by expressions
- Closed