injector: support field hooks prior to field being changed
This commit is contained in:
@@ -36,4 +36,6 @@ import java.lang.annotation.Target;
|
|||||||
public @interface FieldHook
|
public @interface FieldHook
|
||||||
{
|
{
|
||||||
String value();
|
String value();
|
||||||
|
|
||||||
|
boolean before() default false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user