@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface OperatorInfo
Modifier and Type | Required Element and Description |
---|---|
OperatorInfo.Input[] |
input
A list of inputs for the target operator.
|
Class<?> |
kind
Kind of this operator.
|
OperatorInfo.Output[] |
output
A list of outputs for the target operator.
|
OperatorInfo.Parameter[] |
parameter
A list of parameters for the target operator.
|
public abstract Class<?> kind
public abstract OperatorInfo.Input[] input
public abstract OperatorInfo.Output[] output
public abstract OperatorInfo.Parameter[] parameter
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.