Package org.jvnet.hk2.config
Annotation Interface Units
Units annotation to be used on @Configured interfaces. Units are strings because
they are an unbounded set, but do try to use the provided values for consistency.
- Author:
- Lloyd Chambers
-
Required Element Summary
Required Elements -
Field Summary
Fields
-
Field Details
-
MILLISECONDS
- See Also:
-
SECONDS
- See Also:
-
MINUTES
- See Also:
-
HOURS
- See Also:
-
DAYS
- See Also:
-
BYTES
- See Also:
-
KILOBYTES
- See Also:
-
MEGABYTES
- See Also:
-
GIGABYTES
- See Also:
-
COUNT
value is an arbitrary count- See Also:
-
-
Element Details
-
units
Units should always be lower-case and appropriate for human viewing. Suggested units:- "seconds", "milliseconds", "minutes", "hours", "days"
- "count"
- "bytes", "kilobytes", "megabytes", "gigabytes"
-