Annotation Interface AnnotatedPcodeUseropLibrary.OpState

Enclosing class:
AnnotatedPcodeUseropLibrary<T>

@Retention(RUNTIME) @Target(PARAMETER) public static @interface AnnotatedPcodeUseropLibrary.OpState
An annotation to receive the executor's state into a parameter

The annotated parameter must have type PcodeExecutorState with the same <T> as the class declaring the method.