摘要: package com.atguigu; interface MyInterface{ int sum(int i,int j); } interface Myhaha{ int haha(); } //检查注解,帮我们快速检查我们写的接口是否函数式接口 @FunctionalInterface i 阅读全文
posted @ 2024-03-30 21:54 redzhengtao 阅读(22) 评论(0) 推荐(0)