Destroyable

Shiro container-agnostic interface that indicates that this object requires a callback during destruction.

@since 0.2

interface Destroyable {}

Members

Functions

destroy
void destroy()

Called when this object is being destroyed, allowing any necessary cleanup of internal resources.

Meta