|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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 | ||
---|---|---|
|
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |