| Package | Description |
|---|---|
| org.glassfish.hk2.classmodel.reflect | |
| org.glassfish.hk2.classmodel.reflect.impl |
| Modifier and Type | Method and Description |
|---|---|
AnnotationModel |
AnnotatedElement.getAnnotation(String name)
Returns an annotation model if the type is annotated with the
passed annotation name
|
| Modifier and Type | Method and Description |
|---|---|
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(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AnnotationModel> |
AnnotatedElementImpl.getAnnotations() |
Copyright © 2009-2016 Oracle Corporation. All Rights Reserved.