add note to readonly annotation element

This commit is contained in:
Jesse McConnell 2012-08-10 17:26:38 -05:00
parent 752a2e7d64
commit 608e74b9bf
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ public @interface ManagedAttribute
/**
* Is the managed field read-only?
*
* Required only when a setter exists but should not be exposed via JMX
*
* @return true if readonly
*/
boolean readonly() default false;