Annotation Type mm2


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