随笔分类 -  java8新特性

摘要:先看个小示例: package ..lambda.test01; /** * @author : */ public interface TestInterface { void testMethod(); } class MyClass implements TestInterface{ @Ove 阅读全文
posted @ 2020-11-10 17:41 Li&Fan 阅读(126) 评论(0) 推荐(0)