Uses of Interface
org.jboss.webbeans.introspector.AnnotatedAnnotation

Packages that use AnnotatedAnnotation
org.jboss.webbeans.introspector   
org.jboss.webbeans.introspector.jlr   
org.jboss.webbeans.metadata   
 

Uses of AnnotatedAnnotation in org.jboss.webbeans.introspector
 

Classes in org.jboss.webbeans.introspector that implement AnnotatedAnnotation
 class ForwardingAnnotatedAnnotation<T extends Annotation>
           
 

Methods in org.jboss.webbeans.introspector that return AnnotatedAnnotation
protected abstract  AnnotatedAnnotation<T> ForwardingAnnotatedAnnotation.delegate()
           
 AnnotatedAnnotation<T> ForwardingAnnotatedAnnotation.wrap(java.util.Set<java.lang.annotation.Annotation> annotations)
           
 

Uses of AnnotatedAnnotation in org.jboss.webbeans.introspector.jlr
 

Classes in org.jboss.webbeans.introspector.jlr that implement AnnotatedAnnotation
 class AnnotatedAnnotationImpl<T extends Annotation>
          Represents an annotated annotation This class is immutable and therefore threadsafe
 

Methods in org.jboss.webbeans.introspector.jlr that return AnnotatedAnnotation
 AnnotatedAnnotation<T> AnnotatedAnnotationImpl.wrap(java.util.Set<java.lang.annotation.Annotation> annotations)
           
 

Uses of AnnotatedAnnotation in org.jboss.webbeans.metadata
 

Methods in org.jboss.webbeans.metadata that return AnnotatedAnnotation
protected  AnnotatedAnnotation<T> AnnotationModel.getAnnotatedAnnotation()
          Gets the annotated annotation
 



Copyright © 2008-2009. All Rights Reserved.