injector: support hooking to ends of methods
This commit is contained in:
@@ -37,4 +37,6 @@ import java.lang.annotation.Target;
|
|||||||
public @interface Hook
|
public @interface Hook
|
||||||
{
|
{
|
||||||
String value();
|
String value();
|
||||||
|
|
||||||
|
boolean end() default false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user