-
@Retention(RUNTIME) @Target(METHOD) public @interface OpMethod
- Author:
- Marcel Wiedenmann
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionReturns a description of the Op's behavior.doublepriorityReturns the priority of this Op By default, Ops have a priority of 0.0 (corresponding to org.scijava.priority.Priority.NORMAL
-