Annotation Type Mixins

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value
      One or more mixin type names and optional constraints, from which actual mixin class names can be resolved.
    • Element Detail

      • value

        String[] value
        One or more mixin type names and optional constraints, from which actual mixin class names can be resolved. For specifying constraints, do: mixinname::constraint1;constraint2 For instance: mixina::before:mixinb;after:mixinc;after:mixind