Package org.apache.tapestry5.plastic
Annotation Type Opcodes
-
@Documented @Target(METHOD) @Retention(SOURCE) public @interface Opcodes
Used to document theInstructionBuilder
andTryCatchBlock
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Describes the Opcodes that may be emitted by this method.
-
-
-
Element Detail
-
value
java.lang.String value
Describes the Opcodes that may be emitted by this method.
-
-