@Documented @Target(value={TYPE,ANNOTATION_TYPE}) @Retention(value=RUNTIME) public @interface Operator
cn.crane4j.core.support.operator.OperatorProxyFactory,
cn.crane4j.core.support.operator.OperatorProxyMethodFactory| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
executor
The name of the executor to be used.
|
Class<?> |
executorType
The type of the executor to be used.
|
String |
parser
The name of the operation parser to be used.
|
Class<?> |
parserType
The type of the operation parser to be used.
|
public abstract String executor
cn.crane4j.core.executor.BeanOperationExecutorpublic abstract Class<?> executorType
cn.crane4j.core.executor.BeanOperationExecutorpublic abstract String parser
cn.crane4j.core.parser.BeanOperationParserpublic abstract Class<?> parserType
cn.crane4j.core.parser.BeanOperationParserCopyright © 2023. All rights reserved.