| Package | Description |
|---|---|
| org.glassfish.hk2.classmodel.reflect | |
| org.glassfish.hk2.classmodel.reflect.impl |
| Modifier and Type | Method and Description |
|---|---|
AnnotationModel |
AnnotatedElement.getAnnotation(java.lang.String name)
Returns an annotation model if the type is annotated with the
passed annotation name
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AnnotationModel> |
AnnotatedElement.getAnnotations()
Returns a unmodifiable set of annotations that are present on this
annotated element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationModelImpl
Model a annotation instance
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<AnnotationModel> |
AnnotatedElementImpl.annotations |
| Modifier and Type | Method and Description |
|---|---|
AnnotationModel |
AnnotatedElementImpl.getAnnotation(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AnnotationModel> |
AnnotatedElementImpl.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
AnnotatedElementImpl.addAnnotation(AnnotationModel annotation) |