@Target(value={}) @Retention(value=RUNTIME) @Documented public static @interface OperatorInfo.Parameter
Modifier and Type | Required Element and Description |
---|---|
String |
name
The parameter name.
|
int |
position
The factory parameter position.
|
Class<?> |
type
The parameter type.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
typeVariable
The type variable name of the target data model.
|
public abstract String name
public abstract Class<?> type
public abstract String typeVariable
type()
represents data model type
; then
this represents its type argument.
If this parameter does not represents data model type, this must be an empty string.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.