@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @UseWith(value={COMPONENT,MIXIN,PAGE}) public @interface CleanupRender
MarkupWriter
annotation. Generally, methods marked with
this annotation are used to perform post-render cleanup. In addition, a method may return false to return to the
SetupRender
phase. Returning void or true (the default), is the normal
course.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.