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 © 2015 JBoss by Red Hat. All rights reserved.