Annotation Type NotEscaped


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface NotEscaped
    Marker on a property method of a bean to indicate that its return value should be rendered unescaped to the HTTP template response.
    Author:
    Daniel Sagenschneider