Skip to content

Commit

Permalink
Add back @FunctionalInterface which was in 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 10, 2024
1 parent c55dda3 commit c5037c9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
* @deprecated Use {@link Function}.
*/
@Deprecated
@FunctionalInterface
public interface Transformer<T, R> extends Function<T, R> {

@Override
Expand Down

0 comments on commit c5037c9

Please sign in to comment.