feat(core): add Context generic
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package net.tomatentum.cutin;
|
||||
|
||||
public interface MethodExecutor {
|
||||
public interface MethodExecutor<C extends Object> {
|
||||
|
||||
void handle(Object context);
|
||||
void handle(C context);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user