[GitHub] commons-collections issue #48: global: make use of FunctionalInterface
Github user grimreaper commented on the issue: https://github.com/apache/commons-collections/pull/48 IMHO yes, though that should be done separately. --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
[GitHub] commons-collections issue #48: global: make use of FunctionalInterface
Github user soc commented on the issue: https://github.com/apache/commons-collections/pull/48 @grimreaper Would it make sense in general to also annotate interfaces that just duplicate the ones in `java.util.function` with `@Deprecated`? --- -