Uses of Interface
org.jboss.weld.introspector.WeldAnnotation

Packages that use WeldAnnotation
org.jboss.weld.introspector   
org.jboss.weld.introspector.jlr   
org.jboss.weld.metadata.cache   
org.jboss.weld.resources   
 

Uses of WeldAnnotation in org.jboss.weld.introspector
 

Classes in org.jboss.weld.introspector that implement WeldAnnotation
 class ForwardingWeldAnnotation<T extends Annotation>
           
 

Methods in org.jboss.weld.introspector that return WeldAnnotation
protected abstract  WeldAnnotation<T> ForwardingWeldAnnotation.delegate()
           
 

Uses of WeldAnnotation in org.jboss.weld.introspector.jlr
 

Classes in org.jboss.weld.introspector.jlr that implement WeldAnnotation
 class WeldAnnotationImpl<T extends Annotation>
          Represents an annotated annotation

This class is immutable and therefore threadsafe

 

Methods in org.jboss.weld.introspector.jlr that return WeldAnnotation
static
<A extends Annotation>
WeldAnnotation<A>
WeldAnnotationImpl.create(Class<A> annotationType, ClassTransformer classTransformer)
           
 

Uses of WeldAnnotation in org.jboss.weld.metadata.cache
 

Methods in org.jboss.weld.metadata.cache that return WeldAnnotation
 WeldAnnotation<T> AnnotationModel.getAnnotatedAnnotation()
          Gets the annotated annotation
 

Uses of WeldAnnotation in org.jboss.weld.resources
 

Methods in org.jboss.weld.resources that return WeldAnnotation
<T extends Annotation>
WeldAnnotation<T>
ClassTransformer.loadAnnotation(Class<T> clazz)
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.