@Target(value={FIELD,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public @interface PeriodUnit
Period
.Modifier and Type | Required Element and Description |
---|---|
java.time.temporal.ChronoUnit |
value
The Period unit to use if one is not specified.
|