Annotation Interface Compatibility


@Target({TYPE,METHOD,CONSTRUCTOR,FIELD}) @Retention(CLASS) @Documented public @interface Compatibility
Selects the CleanMix compatibility version used by a mixin or one of its members. Member annotations override the compatibility selected on the enclosing mixin.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    CleanMix version whose behaviour should be used, for example "0.1.0".
  • Element Details

    • value

      String value
      CleanMix version whose behaviour should be used, for example "0.1.0".
      See Also: