@Retention(value=RUNTIME) @Target(value={TYPE,FIELD}) public @interface Opcode
LIRInstruction
.
Note: Unlike the other LIR related annotations declared as inner classes of
LIRInstruction
, this annotation is in a top level file to work around a bug in Eclipse causing spurious
warnings about unused imports.