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