Annotation Type km3


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