private Template template;
private void configureMethodListener()
{
if (MethodInvocationLogger.getListener() == null)
MethodInvocationLogger.setListener(new MethodInvocationListener()
{
private int setters= 0;
public void onMethodEnter(Object instance, String name)
{