See: Description
Class | Description |
---|---|
AnnotationInspector |
Inspect an
AnnotatedElement or Annotated to obtain its meta-annotations and annotations,
featuring support for Stereotype annotations as a transitive annotation provider. |
AnnotationInstanceProvider |
Provides dynamic annotation creation.
|
HierarchyDiscovery |
Utility class for resolving all bean types from a given type.
|
ParameterizedTypeImpl | |
PrimitiveTypes |
Contains static utility methods for boxing and unboxing primitive types and
their corresponding wrapper types.
|
Reflections |
Utility class for working with JDK Reflection and also CDI's
Annotated metadata. |
SetAccessiblePriviligedAction |
A
PrivilegedAction that calls
AccessibleObject.setAccessible(boolean) |
Synthetic.Provider |
Provides a unique Synthetic qualifier for the specified namespace
|
Synthetic.SyntheticLiteral | |
Types |
Utility class for Types
|
Exception | Description |
---|---|
NullMemberException |
Exception thrown when a annotation is created with a null value
for one of the members.
|
Annotation Type | Description |
---|---|
Synthetic |
A synthetic qualifier that can be used to replace other user-supplied
configuration at deployment.
|
A set of utilities for working with JDK reflection and Annotated metadata, including:
AnnotationInspector | Query an AnnotatedElement for meta-annotations |
AnnotationInstanceProvider | Create annotation instances at runtime |
Reflections | Utilities for working with JDK reflection and Annotated metadata |
Synthetic | Create synthetic qualifiers for disambiguating injection points |
AnnotationInspector
,
AnnotationInstanceProvider
,
Reflections
,
Synthetic
Copyright © 2008–2013 Seam Framework. All rights reserved.