马老师分布式协调服务Zookeeper 马老师分布式协调组件zookeeper
数式接口
2.1 定义
public @interface FunctionalInterface {}
官方注释:
An informative annotation type used to indicate that an interface type declaration is intended to be a functional interface as defined by the Java Language Specification.Conceptually, a functional interface has exactly one abstract method. Since default methods have an implementation, they are not abstract. If an interface declares an a