Class DefaultInjectionPointService

  • All Implemented Interfaces:
    InjectionPointService

    public class DefaultInjectionPointService
    extends Object
    implements InjectionPointService
    Enables to elect an annotated (field, constructor, method) as having (virtually) @Inject. implicitSupport enables to use qualifiers as implicit markers for @Inject. It also supports a delegation chain through delegateClasses configuration which will look up services (from their class names) and they will be sorted by @Priority.
    • Constructor Detail

      • DefaultInjectionPointService

        public DefaultInjectionPointService​(WebBeansContext context)
    • Method Detail