/**
* Callback interface for visitor traversal and transformation.
*
* Implement this interface and pass your implementation to the configured options bridge field
* to customize visitor callbacks.
*
* Override only the methods you need.
*/
interface {{ interface_name }}
{