| 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 | Method and Description |
|---|---|
AnnotationModel |
AnnotatedElementImpl.getAnnotation(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AnnotationModel> |
AnnotatedElementImpl.getAnnotations() |
Copyright © 2013 Oracle Corporation. All Rights Reserved.