Package org.aoju.bus.core.annotation
Class AnnoProxy<T extends Annotation>
java.lang.Object
org.aoju.bus.core.annotation.AnnoProxy<T>
- Type Parameters:
T- 注解类型
- All Implemented Interfaces:
Serializable,Annotation,InvocationHandler
public class AnnoProxy<T extends Annotation>
extends Object
implements Annotation, InvocationHandler, Serializable
注解代理 通过代理指定注解,可以自定义调用注解的方法逻辑,如支持
Alias 注解- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Details
-
AnnoProxy
-
-
Method Details
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
invoke
-