Annotation Type IsSafeHtml


  • @Target({PARAMETER,METHOD,FIELD,LOCAL_VARIABLE})
    public @interface IsSafeHtml
    A type annotation that represents values that are safe to use in a HTML context.

    The annotated type @IsSafeHtml String and the type SafeHtml are semantically equivalent.