public static interface AbstractStandardOperationAnnotationHandler.StandardAnnotation<A>
| 限定符和类型 | 方法和说明 |
|---|---|
AnnotatedElement |
getAnnotatedElement()
Get the element which annotated by the annotation.
|
A |
getAnnotation()
Get annotation.
|
String[] |
getGroups()
The group to which the current operation belongs.
|
String |
getId()
The id of the current operation.
|
String |
getKey()
Key field name for a query
|
int |
getSort()
Sort values.
|
AnnotatedElement getAnnotatedElement()
A getAnnotation()
String getId()
String getKey()
int getSort()
Sort values. The lower the value, the higher the priority.
String[] getGroups()
Copyright © 2024. All rights reserved.