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   
org.jboss.webbeans.resources   
org.jboss.webbeans.xml   
 

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()
           
 

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
static
<A extends java.lang.annotation.Annotation>
AnnotatedAnnotation<A>
AnnotatedAnnotationImpl.of(java.lang.Class<A> annotationType, ClassTransformer classTransformer)
           
 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
 

Uses of AnnotatedAnnotation in org.jboss.webbeans.resources
 

Methods in org.jboss.webbeans.resources that return AnnotatedAnnotation
<T extends java.lang.annotation.Annotation>
AnnotatedAnnotation<T>
ClassTransformer.classForName(java.lang.Class<T> clazz)
           
 

Uses of AnnotatedAnnotation in org.jboss.webbeans.xml
 

Methods in org.jboss.webbeans.xml that return types with arguments of type AnnotatedAnnotation
 java.util.List<AnnotatedAnnotation<?>> XmlEnvironment.getAnnotations()
           
 



Copyright © 2011. All Rights Reserved.