public interface XAnnotatedElement
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object x)
Returns true if the underlying artefact
is the same
|
<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.