Annotation Type ApplyAfterMe


@Deprecated(since="This is just for informative purpose, as it is not implemented yet") @Target(TYPE) public @interface ApplyAfterMe
Deprecated.
This indicates provided IMutators are to be applied after the annotated IMutator. Beware of cycles.
Author:
Benoit Lacelle
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends IMutator>[]
    Deprecated.
    IMutators which have a lower priority than this
  • Element Details