Class DefaultInjectionPointService

java.lang.Object
org.apache.webbeans.service.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 Details

    • DefaultInjectionPointService

      public DefaultInjectionPointService(WebBeansContext context)
  • Method Details

    • hasInjection

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