| 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 java.lang.annotation.Annotation> |
| Modifier and Type | Method and Description |
|---|---|
protected abstract WeldAnnotation<T> |
ForwardingWeldAnnotation.delegate() |
| Modifier and Type | Class and Description |
|---|---|
class |
WeldAnnotationImpl<T extends java.lang.annotation.Annotation>
Represents an annotated annotation
This class is immutable and therefore threadsafe
|
| Modifier and Type | Method and Description |
|---|---|
static <A extends java.lang.annotation.Annotation> |
WeldAnnotationImpl.create(java.lang.Class<A> annotationType,
ClassTransformer classTransformer) |
| Modifier and Type | Method and Description |
|---|---|
WeldAnnotation<T> |
AnnotationModel.getAnnotatedAnnotation()
Gets the annotated annotation
|
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.annotation.Annotation> |
ClassTransformer.loadAnnotation(java.lang.Class<T> clazz) |
Copyright © 2014 Seam Framework. All Rights Reserved.