public class EmptyInjectionPoint extends java.lang.Object implements InjectionPoint, java.io.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() |
java.lang.reflect.Member |
getMember() |
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers() |
java.lang.reflect.Type |
getType() |
boolean |
isDelegate() |
boolean |
isTransient() |
public static final InjectionPoint INSTANCE
public java.lang.reflect.Type getType()
getType in interface InjectionPointpublic java.util.Set<java.lang.annotation.Annotation> getQualifiers()
getQualifiers in interface InjectionPointpublic Bean<?> getBean()
getBean in interface InjectionPointpublic java.lang.reflect.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.