@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface OrderBy
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
attribute |
Modifier and Type | Optional Element and Description |
---|---|
OrderBy.Direction |
dir |
public abstract OrderBy.Direction dir