Skip to content

Commit 84eba9b

Browse files
committed
ClassNameMatcher is now annotated with @FunctionalInterface
1 parent 430519e commit 84eba9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/apache/commons/io/serialization/ClassNameMatcher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
/**
2222
* An object that matches a Class name to a condition.
2323
*/
24+
@FunctionalInterface
2425
public interface ClassNameMatcher {
2526

2627
/**

0 commit comments

Comments
 (0)