Package | Description |
---|---|
org.jboss.weld.introspector.jlr |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWeldCallable<T,X,S extends Member> |
class |
AbstractWeldMember<T,X,S extends Member>
Represents an abstract annotated memeber (field, method or constructor)
This class is immutable, and therefore threadsafe
|
class |
WeldAnnotationImpl<T extends Annotation>
Represents an annotated annotation
This class is immutable and therefore threadsafe
|
class |
WeldClassImpl<T>
Represents an annotated class
This class is immutable, and therefore threadsafe
|
class |
WeldConstructorImpl<T>
Represents an annotated constructor
This class is immutable, and therefore threadsafe
|
class |
WeldFieldImpl<T,X>
Represents an annotated field
This class is immutable, and therefore threadsafe
|
class |
WeldMethodImpl<T,X>
Represents an annotated method
This class is immutable and therefore threadsafe
|
class |
WeldParameterImpl<T,X>
Represents a parameter
This class is immutable and therefore threadsafe
|
Copyright © 2012 Seam Framework. All Rights Reserved.