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