Skip to content

Commit

Permalink
injector: support field hooks prior to field being changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed May 13, 2018
1 parent 42005ff commit 484d664
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@
public @interface FieldHook
{
String value();

boolean before() default false;
}

0 comments on commit 484d664

Please sign in to comment.