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 java.lang.annotation.Annotation>
WeldAnnotation<A>
WeldAnnotationImpl.of(java.lang.Class<A> annotationType, ClassTransformer classTransformer)
           
 

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

Methods in org.jboss.weld.metadata.cache that return WeldAnnotation
protected  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 java.lang.annotation.Annotation>
WeldAnnotation<T>
ClassTransformer.loadAnnotation(java.lang.Class<T> clazz)
           
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.