Annotation Interface m2
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(Area.class)
public @interface m2
Square meter.
- See the Checker Framework Manual:
- Units Checker
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Prefix valueThe coefficient that multiplies the unit.- Returns:
- the coefficient that multiplies the unit
- Default:
one
-