Interface java.lang.reflect.AnnotatedElement
Added Methods | |
---|---|
T[] getAnnotationsByType (Class<T> ) |
|
Annotation getDeclaredAnnotation (Class<T> ) |
|
T[] getDeclaredAnnotationsByType (Class<T> ) |
Changed Methods | ||
---|---|---|
boolean isAnnotationPresent (Class<Annotation> ) |
Changed from abstract to non-abstract. |