add note to readonly annotation element
This commit is contained in:
parent
752a2e7d64
commit
608e74b9bf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue