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 IMutators are to be applied before 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 higher priority than this
  • Element Details