T - 注解类型public class AnnotationProxy<T extends Annotation> extends Object implements Annotation, InvocationHandler, Serializable
Alias 注解| Constructor and Description |
|---|
AnnotationProxy(T annotation)
构造
|
| Modifier and Type | Method and Description |
|---|---|
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 in interface AnnotationCopyright © 2025. All rights reserved.