Annotation Type MixinClasses

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class[] value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] order
      Specifies the ordering constraints for each mixin specified by value.
      • order

        String[] order
        Specifies the ordering constraints for each mixin specified by value. Order may be a 0-length array signifying no ordering for any mixin specified by value. Otherwise, it must be the same length as value. Each String can specify multiple constraints, separated by ; (before:mixina;after:mixinb). Alternatively, the entry may be null or the empty string to specify no ordering constraints for that particular mixin.
        Since:
        5.2.0.0
        Default:
        {}