Annotation Interface MixinLanguageSupport.SortingIndex

Enclosing interface:
MixinLanguageSupport

@Target(TYPE) @Retention(RUNTIME) public static @interface MixinLanguageSupport.SortingIndex
A simple way to sort this MixinLanguageSupport before others in the list. A smaller number will be earlier in the list. E.g: [-3000, -100, 0, 100, 3000] If this annotation is not provided, it will default to an index of 1000.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
     
  • Element Details

    • value

      int value