20212223242526
this(lombok.Delegate.class); } protected DelegateMethodProcessor(@NotNull Class<? extends Annotation> supportedAnnotationClass) { super(supportedAnnotationClass, PsiMethod.class); handler = new DelegateHandler(); }
26272829303132
this(lombok.Delegate.class); } protected DelegateFieldProcessor(@NotNull Class<? extends Annotation> supportedAnnotationClass) { super(supportedAnnotationClass, PsiMethod.class); handler = new DelegateHandler(); }