T - 注解类型public class AnnotationProxy<T extends Annotation> extends Object implements Annotation, InvocationHandler, Serializable
Alias 注解| 构造器和说明 |
|---|
AnnotationProxy(T annotation)
构造
|
| 限定符和类型 | 方法和说明 |
|---|---|
Class<? extends Annotation> |
annotationType() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic AnnotationProxy(T annotation)
annotation - 注解public Class<? extends Annotation> annotationType()
annotationType 在接口中 AnnotationCopyright © 2022. All rights reserved.