@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Units
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
units
Units should always be lower-case and appropriate for human viewing.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.