Package | Description |
---|---|
org.jboss.weld.introspector | |
org.jboss.weld.introspector.jlr | |
org.jboss.weld.metadata.cache | |
org.jboss.weld.resources |
Modifier and Type | Class and Description |
---|---|
class |
ForwardingWeldAnnotation<T extends Annotation> |
Modifier and Type | Method and Description |
---|---|
protected abstract WeldAnnotation<T> |
ForwardingWeldAnnotation.delegate() |
Modifier and Type | Class and Description |
---|---|
class |
WeldAnnotationImpl<T extends Annotation>
Represents an annotated annotation
This class is immutable and therefore threadsafe
|
Modifier and Type | Method and Description |
---|---|
static <A extends Annotation> |
WeldAnnotationImpl.create(Class<A> annotationType,
ClassTransformer classTransformer) |
Modifier and Type | Method and Description |
---|---|
protected WeldAnnotation<T> |
AnnotationModel.getAnnotatedAnnotation()
Gets the annotated annotation
|
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
ClassTransformer.loadAnnotation(Class<T> clazz) |
Copyright © 2012 Seam Framework. All Rights Reserved.