Annotation Interface kg
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(Mass.class)
@UnitsMultiple(quantity=g.class,
prefix=kilo)
public @interface kg
Kilogram.
- See the Checker Framework Manual:
- Units Checker