Record Class GeneratorConfig.GeneratorContract

java.lang.Object
java.lang.Record
tech.deplant.java4ever.framework.generator.GeneratorConfig.GeneratorContract
Enclosing class:
GeneratorConfig

public static record GeneratorConfig.GeneratorContract(String contractPkg, String name, String contractNameMask, String templateNameMask, String abi, String tvc, Boolean shareOutputs, String[] interfaces) extends Record
The type Generator contract.