@Target(value={}) @Retention(value=RUNTIME) @Documented public static @interface KeyInfo.Order
Modifier and Type | Required Element and Description |
---|---|
KeyInfo.Direction |
direction
The ordering direction.
|
String |
expression
The ordering expression.
|
public abstract KeyInfo.Direction direction
public abstract String expression
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.