org.apache.tapestry5.plastic
Annotation Type Opcodes


@Documented
@Target(value=METHOD)
@Retention(value=SOURCE)
public @interface Opcodes

Used to document the InstructionBuilder and TryCatchBlock


Required Element Summary
 String value
          Describes the Opcodes that may be emitted by this method.
 

Element Detail

value

public abstract String value
Describes the Opcodes that may be emitted by this method.



Copyright © 2003-2012 The Apache Software Foundation.