_pageRenderSupport = pageRenderSupport;
}
public void transform(ClassTransformation transformation, final MutableComponentModel model)
{
IncludeStylesheet annotation = transformation.getAnnotation(IncludeStylesheet.class);
if (annotation != null) addOperationForAssetPaths(transformation, model, annotation.value());
}