类 CombinationAnnotationInvocationHandler<A extends Annotation>

  • 所有已实现的接口:
    InvocationHandler

    public class CombinationAnnotationInvocationHandler<A extends Annotation>
    extends Object
    implements InvocationHandler
    合成注解调用处理程序

    基于源注解生成代理对象以支持复杂逻辑使用

    作者:
    思追(shaco)
    • 构造器详细资料

      • CombinationAnnotationInvocationHandler

        public CombinationAnnotationInvocationHandler​(@NotNull
                                                      @NotNull CombinationAnnotationElement annotation,
                                                      @NotNull
                                                      @NotNull Class<A> annotationType)