-
@Retention(RUNTIME) @Target(FIELD) public @interface OpField
Annotates an op declared as aFieldin anOpCollection.- Author:
- Gabriel Selzer
-
-
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
-