Event field annotation, specifies that the value is a duration.
 
 If the annotated value equals Long.MAX_VALUE, it represents forever.
- Since:
- 9
- 
Optional Element SummaryOptional Elements
- 
Field SummaryFields
- 
Field Details- 
TICKSUnit for ticks.- See Also:
 
- 
SECONDSUnit for seconds.- See Also:
 
- 
MILLISECONDSUnit for milliseconds.- See Also:
 
- 
NANOSECONDSUnit for nanoseconds.- See Also:
 
- 
MICROSECONDSUnit for microseconds.- See Also:
 
 
- 
- 
Element Details- 
valueString valueReturns the unit of measure for the time span.By default, the unit is nanoseconds. - Returns:
- the time span unit, default NANOSECONDS, notnull
 - Default:
- "NANOSECONDS"
 
 
-