Annotation Type degrees


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE_USE,TYPE_PARAMETER})
    @SubtypeOf(Angle.class)
    public @interface degrees
    Degrees.
    See the Checker Framework Manual:
    Units Checker