patterntesting.runtime.jmx
Annotation Type Unit


@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Unit

This annotation can be used inside MBean interfaces to document the unit of an attribute.

Since:
1.0 (18.01.2010)
Author:
oliver

Required Element Summary
 String value
          name of a unit (e.g.
 

Element Detail

value

public abstract String value
name of a unit (e.g. "seconds").



Copyright © 2002–2014 PatternTesting Team. All rights reserved.