Interface SourceTransformerPlugin


public interface SourceTransformerPlugin
Accessed via ServiceLoader.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new transformer to be applied to source code.
    Unique name used in command-line options to enable this plugin.
  • Method Details

    • getName

      String getName()
      Unique name used in command-line options to enable this plugin.
    • createTransformer

      SourceTransformer createTransformer()
      Creates a new transformer to be applied to source code.