You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have many multi-method interfaces in the core framework codebase, a few of which are obvious candidates for Java 8 default methods. We should also consistently mark user-level single-method interfaces as @FunctionalInterface. As a special consideration, even a multi-method interface can be a @FunctionalInterface if only one method is not declared as default..