@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface Sort
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
field |
| Modifier and Type | Optional Element and Description |
|---|---|
SortDirection |
direction |
public abstract SortDirection direction
Copyright © 2017. All Rights Reserved.