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