|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||||
@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 |
|---|
public abstract boolean value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||||