transformClass method
Transforms a Class spec.
Receives the mutable Class spec and the PluginContext.
Return the (possibly replaced) class spec.
Return the input unchanged to pass through.
Implementation
Spec transformClass(Spec spec, PluginContext context) => spec;