javax.webbeans
Interface InjectionPoint
public interface InjectionPoint
getType
java.lang.reflect.Type getType()
getBindingTypes
java.util.Set<java.lang.annotation.Annotation> getBindingTypes()
getInstance
java.lang.Object getInstance()
getBean
Bean<?> getBean()
getMember
java.lang.reflect.Member getMember()
getAnnotation
<T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
getAnnotations
java.lang.annotation.Annotation[] getAnnotations()
isAnnotationPresent
boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
Copyright © 2008. All Rights Reserved.