Uses of Interface
org.jboss.webbeans.injection.AnnotatedInjectionPoint

Packages that use AnnotatedInjectionPoint
org.jboss.webbeans.bean   
org.jboss.webbeans.bean.ee   
org.jboss.webbeans.bean.standard   
org.jboss.webbeans.injection   
 

Uses of AnnotatedInjectionPoint in org.jboss.webbeans.bean
 

Fields in org.jboss.webbeans.bean with type parameters of type AnnotatedInjectionPoint
protected  java.util.Set<AnnotatedInjectionPoint<?,?>> DisposalMethodBean.disposalInjectionPoints
           
protected  java.util.Set<AnnotatedInjectionPoint<?,?>> AbstractBean.injectionPoints
           
 

Methods in org.jboss.webbeans.bean that return types with arguments of type AnnotatedInjectionPoint
abstract  java.util.Set<AnnotatedInjectionPoint<?,?>> RIBean.getInjectionPoints()
           
 java.util.Set<AnnotatedInjectionPoint<?,?>> AbstractBean.getInjectionPoints()
           
 java.util.Set<AnnotatedInjectionPoint<?,?>> DisposalMethodBean.getInjectionPoints()
           
 

Uses of AnnotatedInjectionPoint in org.jboss.webbeans.bean.ee
 

Methods in org.jboss.webbeans.bean.ee that return types with arguments of type AnnotatedInjectionPoint
 java.util.Set<AnnotatedInjectionPoint<?,?>> AbstractJavaEEResourceBean.getInjectionPoints()
           
 

Uses of AnnotatedInjectionPoint in org.jboss.webbeans.bean.standard
 

Methods in org.jboss.webbeans.bean.standard that return types with arguments of type AnnotatedInjectionPoint
 java.util.Set<AnnotatedInjectionPoint<?,?>> AbstractStandardBean.getInjectionPoints()
           
 

Uses of AnnotatedInjectionPoint in org.jboss.webbeans.injection
 

Classes in org.jboss.webbeans.injection that implement AnnotatedInjectionPoint
 class ConstructorInjectionPoint<T>
           
 class FieldInjectionPoint<T>
           
 class MethodInjectionPoint<T>
           
 class ParameterInjectionPoint<T>
           
 



Copyright © 2011. All Rights Reserved.