Package io.github.erdos.stencil
Interface PreparedFragment
- All Superinterfaces:
AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Makes the template clean up resources allocated for it.
-
Method Details
-
close
void close()Makes the template clean up resources allocated for it.Subsequent invocations of this method have no effects. Rendering the template after this method call will throw an IllegalStateException.
- Specified by:
close
in interfaceAutoCloseable
-