@Target(value={FIELD,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public @interface DataSizeUnit
DataSize.| Modifier and Type | Required Element and Description |
|---|---|
org.springframework.util.unit.DataUnit |
value
The
DataUnit to use if one is not specified. |