|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=TYPE) public @interface ReadOnly
This prevents the generated JSWrapper
implementation from modifying
the underlying JavaScriptObject. This implies NoIdentity
. Invoking a
bean-style getter when the underlying JavaScriptObject does not contain a
value for the property will result in undefined behavior.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |