transformClass method

Spec transformClass(
  1. Spec spec,
  2. PluginContext context
)

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;