Module org.scijava.ops.spi
Package org.scijava.ops.spi
-
Interface Summary Interface Description Op TODO: What is an Op?OpCollection An interface marking a collection of ops defined as either instance fields or static methods.OpExecutionException.ThrowingRunnable OpExecutionException.ThrowingSupplier<T> -
Exception Summary Exception Description OpExecutionException Thrown to indicate that an Op failed in its execution -
Annotation Types Summary Annotation Type Description Nullable Annotation to mark a parameter as nullable: Ops with nullable parameters should be callable with or without their Nullable argumentsOpClass Annotates an op declared as aClass.OpDependency Annotates a helper op as a field that should be auto injected.OpField Annotates an op declared as aFieldin anOpCollection.OpHints An annotation used to record the hints that apply to a particular Op.OpMethod