public class DefaultInjectionPointService extends Object implements InjectionPointService
@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 and Description |
|---|
DefaultInjectionPointService(WebBeansContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasInjection(javax.enterprise.inject.spi.Annotated annotated) |
public DefaultInjectionPointService(WebBeansContext context)
public boolean hasInjection(javax.enterprise.inject.spi.Annotated annotated)
hasInjection in interface InjectionPointServiceCopyright © 2008–2020 The Apache Software Foundation. All rights reserved.