public class AnnotationReflector extends Object
| Constructor and Description |
|---|
AnnotationReflector(Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> clazz) |
public AnnotationReflector(Class<?> clazz)
public <T extends Annotation> T getAnnotation(Class<T> clazz)
Copyright © 2003–2015 Jamon developers. All rights reserved.