[jboss-jira] [JBoss JIRA] Resolved: (JGRP-1059) Avoid overlap between @ManagedAttribute and @Property
Bela Ban (JIRA)
jira-events at lists.jboss.org
Fri Dec 11 08:24:30 EST 2009
[ https://jira.jboss.org/jira/browse/JGRP-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-1059.
----------------------------
Resolution: Done
> Avoid overlap between @ManagedAttribute and @Property
> -----------------------------------------------------
>
> Key: JGRP-1059
> URL: https://jira.jboss.org/jira/browse/JGRP-1059
> Project: JGroups
> Issue Type: Task
> Affects Versions: 2.8
> Reporter: Vladimir Blagojevic
> Assignee: Bela Ban
> Fix For: 2.8
>
>
> In most cases where we annotate protocol fields and methods with @ManagedAttribute and @Property there is a lot of overlap between these two annotations. For example,
> @ManagedAttribute(description="bla", writable=true)
> @Property(description="bla")
> int bind_port;
> Investigate how we can avoid use of @ManagedAttribute annotation in cases where use of @Property would suffice
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list