add ability to return false to cancel execution in pre Checks and remove return type on post checks
This commit is contained in:
@@ -5,6 +5,6 @@ import java.lang.annotation.Annotation;
|
||||
public interface InteractionCheck<A extends Annotation> {
|
||||
|
||||
public boolean preExec(Object context, A annotation);
|
||||
public boolean postExec(Object context, A annotation);
|
||||
public void postExec(Object context, A annotation);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user