@Target(value=PARAMETER) @Retention(value=RUNTIME) @Documented public @interface KeyInfo
Key
information.
Clients should not be use this annotation directly.Modifier and Type | Required Element and Description |
---|---|
KeyInfo.Group[] |
group
Grouping strategy.
|
KeyInfo.Order[] |
order
Ordering strategy.
|
public abstract KeyInfo.Group[] group
Key.group()
public abstract KeyInfo.Order[] order
Key.order()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.