Annotation Type UI


  • @Documented
    @Retention(RUNTIME)
    @Target({TYPE_USE,TYPE_PARAMETER})
    @SubtypeOf({})
    public @interface UI
    Annotation for the UI effect.
    See the Checker Framework Manual:
    GUI Effect Checker