@Target(value={}) @Retention(value=RUNTIME) @Documented public static @interface OperatorInfo.Input
Modifier and Type | Required Element and Description |
---|---|
String |
name
The input name.
|
int |
position
The factory parameter position.
|
Class<?> |
type
The input data model 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
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.