An order of a method which is annotated by this annotation.
Element Detail
value
public abstract int value
An order of a method which is annotated by this annotation. The method with the smallest order
would be loaded at first. The value could be specified between and
. The default order is 0 which is the same as if this annotation is
not specified.