injector: support hooking to ends of methods

This commit is contained in:
Adam
2017-12-04 19:00:08 -05:00
parent 2da46e1ec3
commit e4bac7f685

View File

@@ -37,4 +37,6 @@ import java.lang.annotation.Target;
public @interface Hook
{
String value();
boolean end() default false;
}