Doc issue: Controls Overview says PropertySet.externalConfig controls
ControlBean setters instead of PropertySet.hasSetters
---------------------------------------------------------------------------------------------------------------------------
Key: BEEHIVE-1145
URL: http://issues.apache.org/jira/browse/BEEHIVE-1145
Project: Beehive
Issue Type: Bug
Components: Controls, Documentation
Affects Versions: V1, v1m1, 1.0.1
Reporter: Andrew McCulloch
Priority: Trivial
Version 1.0.1 of Controls Overview Doc:
Section 2.2
Page 12 (directly above section 2.3)
"This is in contrast to
@PropertySet(externalConfig=true) which causes the generated ControlBean to
have getter/setter methods for *every* annotation attribute."
Should read
"This is in contrast to
@PropertySet(hasSetters=true) which causes the generated ControlBean to
have getter/setter methods for *every* annotation attribute."
As far as I know externalConfig does not control setter generation on the
control bean.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira