Skip to content

Commit f3d90b3

Browse files
committed
refactor: annotate Transformer Interface with @FunctionalInterface
Signed-off-by: behappyleee <72903623+behappyleee@users.noreply.github.com>
1 parent 88a5b4e commit f3d90b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-core/src/main/java/org/springframework/cglib/core/Transformer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
package org.springframework.cglib.core;
1717

18+
@FunctionalInterface
1819
public interface Transformer {
1920
Object transform(Object value);
2021
}

0 commit comments

Comments
 (0)