Interface SaCheckElementAnnotationFunction

All Superinterfaces:
Consumer<AnnotatedElement>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SaCheckElementAnnotationFunction extends Consumer<AnnotatedElement>
函数式接口:对一个 [元素] 对象进行注解校验 (注解鉴权内部实现)

参数:element元素

返回:无

Since:
1.35.0
Author:
click33