Package coneforest.psylla
Annotation Type Operator
-
@Target(METHOD) @Retention(RUNTIME) public @interface Operator
-
-
Field Summary
Fields Modifier and Type Fields Description static Class<PsyOperator.Arity21>
ARITY_21
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
name
Class<? extends PsyOperator>
type
-
-
-
Field Detail
-
ARITY_21
static final Class<PsyOperator.Arity21> ARITY_21
-
-
Element Detail
-
name
String name
-
-
-
type
Class<? extends PsyOperator> type
-
-