| Class | Description |
|---|---|
| AbstractWeldAnnotated<T,S> |
Represents functionality common for all annotated items, mainly different
mappings of the annotations and meta-annotations
AbstractAnnotatedItem is an immutable class and therefore threadsafe
|
| AbstractWeldCallable<T,X,S extends Member> | |
| AbstractWeldMember<T,X,S extends Member> |
Represents an abstract annotated memeber (field, method or constructor)
This class is immutable, and therefore threadsafe
|
| ConstructorSignatureImpl | |
| MethodSignatureImpl | |
| WeldAnnotationImpl<T extends Annotation> |
Represents an annotated annotation
This class is immutable and therefore threadsafe
|
| WeldClassImpl<T> |
Represents an annotated class
This class is immutable, and therefore threadsafe
|
| WeldConstructorImpl<T> |
Represents an annotated constructor
This class is immutable, and therefore threadsafe
|
| WeldFieldImpl<T,X> |
Represents an annotated field
This class is immutable, and therefore threadsafe
|
| WeldMethodImpl<T,X> |
Represents an annotated method
This class is immutable and therefore threadsafe
|
| WeldParameterImpl<T,X> |
Represents a parameter
This class is immutable and therefore threadsafe
|
Copyright © 2014 Seam Framework. All Rights Reserved.