Class DefaultInjectionPointService

  • All Implemented Interfaces:
    org.apache.webbeans.spi.InjectionPointService

    public class DefaultInjectionPointService
    extends Object
    implements org.apache.webbeans.spi.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

      • hasInjection

        public boolean hasInjection​(javax.enterprise.inject.spi.Annotated annotated)
        Specified by:
        hasInjection in interface org.apache.webbeans.spi.InjectionPointService