public class ClaimInjectionPoint
extends java.lang.Object
| Constructor and Description | 
|---|
ClaimInjectionPoint(Bean bean)  | 
| Modifier and Type | Method and Description | 
|---|---|
Annotated | 
getAnnotated()  | 
<any> | 
getBean()  | 
java.lang.reflect.Member | 
getMember()  | 
java.util.Set<java.lang.annotation.Annotation> | 
getQualifiers()  | 
java.lang.reflect.Type | 
getType()  | 
boolean | 
isDelegate()  | 
boolean | 
isTransient()  | 
public boolean isTransient()
public boolean isDelegate()
public java.lang.reflect.Type getType()
public java.util.Set<java.lang.annotation.Annotation> getQualifiers()
public java.lang.reflect.Member getMember()
public <any> getBean()
public Annotated getAnnotated()