-
public interface PriorityThis static interface is used to define default priorities. It is recommended to use these but overloading with a raw int would also work sufficiently.
You can use priority as shown below:
@Injection(priority=Priority.HIGHEST) fun `Your Method`() { /*...*/}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPriority.Companion
-