Interface SaCheckMethodAnnotationFunction

All Superinterfaces:
Consumer<Method>
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 SaCheckMethodAnnotationFunction extends Consumer<Method>
函数式接口:对一个 [Method] 对象进行注解校验 (注解鉴权内部实现)

参数:Method句柄

返回:无

Since:
1.35.0
Author:
click33