JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.checkerframework.checker.guieffect.qual
UIType
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface UIType
@Documented
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
UIType
Class declaration annotation to make methods default to
@UI
.
See the Checker Framework Manual:
GUI Effect Checker