Interface SaCheckOrAnnotationFunction

All Superinterfaces:
Consumer<SaCheckOr>
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 SaCheckOrAnnotationFunction extends Consumer<SaCheckOr>
函数式接口:对一个 @SaCheckOr 进行注解校验

参数:SaCheckOr 注解的实例

返回:无

Since:
1.35.0
Author:
click33