@Target(value={}) @Retention(value=RUNTIME) @Documented public static @interface OperatorInfo.Output
Modifier and Type | Required Element and Description |
---|---|
String |
name
The output name.
|
Class<?> |
type
The output 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.