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