Annotation Interface AlwaysSafe
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(UI.class)
@DefaultQualifierInHierarchy
public @interface AlwaysSafe
Annotation to override the UI effect on a class, and make a field or method safe for non-UI code
to use.
- See the Checker Framework Manual:
- GUI Effect Checker