Interface Extension


public interface Extension
Extension allows for custom code generation extensions to be registered as service provider
Author:
Jan-Willem Gmelig Meyling
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register custom types to the given codegen module
  • Method Details

    • addSupport

      void addSupport(AbstractModule module)
      Register custom types to the given codegen module
      Parameters:
      module - module to be customized