[jboss-jira] [JBoss JIRA] Created: (JGRP-1059) Avoid overlap between @ManagedAttribute and @Property
Vladimir Blagojevic (JIRA)
jira-events at lists.jboss.org
Wed Sep 23 10:08:49 EDT 2009
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: Vladimir Blagojevic
Fix For: 2.9
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