Package io.github.erdos.stencil
Interface PreparedFragment
- All Superinterfaces:
- AutoCloseable
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()Makes the template clean up resources allocated for it.
- 
Method Details- 
closevoid 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:
- closein interface- AutoCloseable
 
 
-