Annotation Type mm3


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE_USE,TYPE_PARAMETER})
    @SubtypeOf(Volume.class)
    public @interface mm3
    Cubic millimeter.
    See the Checker Framework Manual:
    Units Checker