Annotation Type ApplyBeforeMe
@Deprecated(since="This is just for informative purpose, as it is not implemented yet")
@Target(TYPE)
public @interface ApplyBeforeMe
Deprecated.
This indicates provided
IMutator
s are to be applied before the annotated IMutator
. Beware of cycles.- Author:
- Benoit Lacelle
-
Required Element Summary
Required Elements
-
Element Details
-
value
Deprecated.IMutator
s which have a higher priority than this
-