public interface AnnotationReader
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Annotation[] |
getAnnotations() |
<T extends Annotation> |
isAnnotationPresent(Class<T> annotationType) |
<T extends Annotation> T getAnnotation(Class<T> annotationType)
<T extends Annotation> boolean isAnnotationPresent(Class<T> annotationType)
Annotation[] getAnnotations()
Copyright © 2020. All rights reserved.