org.jgroups.annotations
Annotation Type ManagedAttribute
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface ManagedAttribute
Indicates that a public method or a field (any visibility) in
an MBean class defines an MBean attribute. This annotation can
be applied to either a field or a public setter and/or getter
method of a public class that is itself is optionally annotated
with an @MBean annotation, or inherits such an annotation from
a superclass.
- Author:
- Chris Mills
description
public abstract java.lang.String description
- Default:
- ""
name
public abstract java.lang.String name
- Default:
- ""
writable
public abstract boolean writable
- Default:
- false
Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.