decorateMethodForAddingScript(componentClass, model, method, annotation);
}
private void processClassAnnotationAtCleanupRenderPhase(PlasticClass componentClass, MutableComponentModel model)
{
Genetify annotation = componentClass.getAnnotation(Genetify.class);
if (annotation != null)
{
/**
* It seems that Tapestry ignores the method annotation when you override the method