-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Fabien Le Houëdec edited this page Jan 23, 2018
·
1 revision
- @Named annotation support : this annotation will allow to qualify an implementation of a service. @Inject will accept as a value a qualifier to allow the DI mechanism to find the suitable bean.
- Implementations resolving strategy : possible to define a class that define the strategy for finding a class implementation for a Service.
- Enhancement of configuration