Skip to content

Commit

Permalink
add anno for some interface (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
karsonto authored Jan 5, 2024
1 parent 8984820 commit 5a4d234
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* @author boyan(boyan@antfin.com)
* @since 1.2.6
*/
@FunctionalInterface
public interface Checksum {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* 2018-Apr-03 11:15:34 AM
* @param <T>
*/
@FunctionalInterface
public interface Copiable<T> {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*
* @author jiachun.fjc
*/
@FunctionalInterface
public interface JRaftSignalHandler {

void handle(final String signalName);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*
* @author jiachun.fjc
*/
@FunctionalInterface
public interface Recyclable {

/**
Expand Down

0 comments on commit 5a4d234

Please sign in to comment.