public class EmptyInjectionPoint extends Object implements InjectionPoint, Serializable
| Modifier and Type | Field and Description |
|---|---|
static InjectionPoint |
INSTANCE |
| Modifier | Constructor and Description |
|---|---|
protected |
EmptyInjectionPoint() |
| Modifier and Type | Method and Description |
|---|---|
Annotated |
getAnnotated() |
Bean<?> |
getBean() |
Member |
getMember() |
Set<Annotation> |
getQualifiers() |
Type |
getType() |
boolean |
isDelegate() |
boolean |
isTransient() |
public static final InjectionPoint INSTANCE
public Type getType()
getType in interface InjectionPointpublic Set<Annotation> getQualifiers()
getQualifiers in interface InjectionPointpublic Bean<?> getBean()
getBean in interface InjectionPointpublic Member getMember()
getMember in interface InjectionPointpublic Annotated getAnnotated()
getAnnotated in interface InjectionPointpublic boolean isDelegate()
isDelegate in interface InjectionPointpublic boolean isTransient()
isTransient in interface InjectionPointCopyright © 2015. All Rights Reserved.