injector: support field hooks prior to field being changed

This commit is contained in:
Adam
2018-05-13 15:45:16 -04:00
parent 42005ffcea
commit 484d664a3c

View File

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