public interface AnnotationHelper
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue |
createAnnotationValue(AnnotationInfo info,
Object ann)
Create an annotation from the underlying implementation and its info type
|
AnnotationValue[] |
getAnnotations(Object object)
Get the annotations for the annotated object
|
AnnotationValue[] getAnnotations(Object object)
object - the annotated objectAnnotationValue createAnnotationValue(AnnotationInfo info, Object ann)
info - the annotation infoann - the underlying annotationCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.