Interface KotlinGeneratorSpecSupplier
-
- All Implemented Interfaces:
public interface KotlinGeneratorSpecSupplier<GENERATOR_SPEC extends Object>A supplier for Kotlin generator specs, which can be used to provide a spec for code generation. This is typically used in conjunction with Kotlin generator specifications.
-
-
Method Summary
Modifier and Type Method Description abstract GENERATOR_SPECspec()-
-
Method Detail
-
spec
abstract GENERATOR_SPEC spec()
-
-
-
-