Functional interfaces and deprecated methods

Paul Benedict pbenedict at apache.org
Thu Feb 7 12:28:12 PST 2013


A @FunctionalInterface has one method. If that method needs replacing, is
it possible to @Deprecate the existing method and introduce a new one? I
know the spec doesn't allow it now. What are your opinions on whether this
should be allowed?

Paul


More information about the lambda-dev mailing list