Annotation Type NotRenderTemplateAfter


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface NotRenderTemplateAfter
    Flags that the ParsedTemplate should not be rendered after the method completes. This is to avoid the default behaviour of re-rendering the ParsedTemplate.
    Author:
    Daniel Sagenschneider