Annotation Type 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.