Interface KotlinAnnotationClassSpecSupplier
-
- All Implemented Interfaces:
-
io.toolisticon.kotlin.generation.WithClassName
,io.toolisticon.kotlin.generation.poet.PoetSpecSupplier
,io.toolisticon.kotlin.generation.poet.TypeSpecSupplier
,io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpecSupplier
,java.util.function.Supplier
public interface KotlinAnnotationClassSpecSupplier implements KotlinGeneratorSpecSupplier<KotlinAnnotationClassSpec>, TypeSpecSupplier, WithClassName
-
-
Method Summary
Modifier and Type Method Description TypeSpec
get()
-
Methods inherited from class io.toolisticon.kotlin.generation.spec.KotlinGeneratorSpecSupplier
spec
-
Methods inherited from class io.toolisticon.kotlin.generation.WithClassName
getClassName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
get
TypeSpec get()
-
-
-
-