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) |
Types |
Utility class for Types
|
Exception | Description |
---|---|
NullMemberException |
Exception thrown when a annotation is created with a null value
for one of the members.
|
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
,
org.jboss.solder.reflection.Synthetic
Copyright © 2012 Seam Framework. All Rights Reserved.