org.vmmagic.pragma
Annotation Type RuntimeFinal


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface RuntimeFinal

This pragma is used to indicate a field will be final in the running VM. We can't indicate all fields are final as some are used in the boot strap process.


Required Element Summary
 boolean value
          The value of the field.
 

Element Detail

value

public abstract boolean value
The value of the field. Currently only boolean values can be RuntimeFinal.