gh-pages / com.nextfaze.devfun.category / CategoryDefinition / order

order

open val order: Int? (source)

The category ordering as taken from DeveloperCategory.order.

If this is null then it was not set explicitly for this definition and will be resolved at runtime (i.e. if this category was defined elsewhere already). Otherwise it will default to 0.

When a category’s order is declared more than once the outcome is effectively undefined, leaving you at themercy of the annotation processor (javac does not define one) and parsing/processing order.