@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ManagementAttribute
Annotation used to indicate that a Cache[Manager]Sampler method is a management attribute (non-statistic),
used for filtering while creating entities when the REST interface doesn't request specific attributes.
- Author:
- Gary Keim