add @FunctionalInterface

This commit is contained in:
Looly
2019-10-11 18:00:55 +08:00
parent e52a282717
commit 9fa28dcb71
14 changed files with 14 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import java.util.List;
* @author looly
*
*/
@FunctionalInterface
public interface RowHandler {
/**