@Target(value=TYPE) @Retention(value=RUNTIME) public @interface SequenceOrder
IOrderable
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends IOrderable> |
after
Defines the class that comes before in a sequence order
|
boolean |
last
All items with
last set to true always come
after those items with last set to false . |
public abstract Class<? extends IOrderable> after
IOrderable
-classCopyright © 2020 XIMA MEDIA GmbH. All rights reserved.