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
|
||||
{
|
||||
String value();
|
||||
|
||||
boolean before() default false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user