public interface MemberAttributes<M extends Member>
| 限定符和类型 | 方法和说明 |
|---|---|
M |
get() |
<T extends Annotation> |
getAnnotation(Class<T> annotation) |
Collection<Annotation> |
getAnnotations() |
Class |
getDeclaringClass() |
int |
getModifier() |
String |
getName() |
boolean |
hasModifier(int modifier) |
String getName()
<T extends Annotation> T getAnnotation(Class<T> annotation)
Collection<Annotation> getAnnotations()
boolean hasModifier(int modifier)
Class getDeclaringClass()
int getModifier()
M get()
Copyright © 2021. All rights reserved.