-
@Retention(RUNTIME) @Target(TYPE) public @interface OpClass
Annotates an op declared as aClass.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionReturns a description of the Op's behavior.String[]paramsdoublepriorityReturns the priority of this Op By default, Ops have a priority of 0.0 (corresponding to org.scijava.priority.Priority.NORMAL
-