Package net.officefloor.web.template
Annotation Type NotRenderTemplateAfter
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface NotRenderTemplateAfter
Flags that theParsedTemplate
should not be rendered after the method completes. This is to avoid the default behaviour of re-rendering theParsedTemplate
.- Author:
- Daniel Sagenschneider