return String.format("RenderPhaseMethodWorker[%s]", methodAnnotation.getName());
}
public void transform(final ClassTransformation transformation, MutableComponentModel model)
{
MethodFilter filter = new MethodFilter()
{
public boolean accept(TransformMethodSignature signature)
{
// These methods get added to base classes and otherwise fall into this filter. If
// we don't include this filter, then we get endless loops.