Add "@FunctionalInterface" where appropriate

pull/271/head
Mahmoud Ben Hassine 5 years ago
parent 4600006a87
commit ab1064a553
No known key found for this signature in database
GPG Key ID: 79FCFB0A184E0036

@ -28,6 +28,7 @@ package org.jeasy.rules.api;
*
* @author Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
*/
@FunctionalInterface
public interface Action {
/**

@ -28,6 +28,7 @@ package org.jeasy.rules.api;
*
* @author Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
*/
@FunctionalInterface
public interface Condition {
/**

@ -34,6 +34,7 @@ import java.util.List;
*
* @author Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
*/
@FunctionalInterface
public interface RuleDefinitionReader {
/**

Loading…
Cancel
Save