|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value={TYPE,METHOD}) public @interface BeanProperties
Indicates that methods that look like bean-style property setters should be
generated so as to read and write object properties rather than import
functions. This is most useful with JSON-style objects. The setting may by
applied on a per-method or per-type basis. When applied to a type, this
behavior may be overridden on individual methods via the use of a
Imported
annotation.If the backing object does not contain data for a
property accessor, null
, 0
, ' '
,
false
, or an empty JSList
will be returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |