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, wait
equals, hashCode, toString
public AnnotationProxy(T annotation)
annotation
- 注解public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2024. All rights reserved.