Package org.apache.webbeans.service
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasInjection(jakarta.enterprise.inject.spi.Annotated annotated)
-
Constructor Details
-
DefaultInjectionPointService
-
-
Method Details
-
hasInjection
public boolean hasInjection(jakarta.enterprise.inject.spi.Annotated annotated) - Specified by:
hasInjectionin interfaceorg.apache.webbeans.spi.InjectionPointService
-