mirror of
https://github.com/corda/corda.git
synced 2025-02-18 16:40:55 +00:00
Refactor generator calls to use a visitor type pattern to avoid duplicating the class writer boiler plate. Each generate<Type> call passes its own function to the wrapping class that writes the boiler plate and then calls back into the type specific methods before returning bacl to finlaise the class writer and load it into the class loader Remove unkotlinesq spaces