mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-09 03:25:25 +00:00
Add back @FunctionalInterface which was in 4.4
This commit is contained in:
parent
c55dda383c
commit
c5037c97bd
@ -40,6 +40,7 @@ import java.util.function.Function;
|
||||
* @deprecated Use {@link Function}.
|
||||
*/
|
||||
@Deprecated
|
||||
@FunctionalInterface
|
||||
public interface Transformer<T, R> extends Function<T, R> {
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user