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 , io.toolisticon.kotlin.generation.spec.ToFileTypeSpecSupplier , java.util.function.Supplier

    
    public interface KotlinAnnotationClassSpecSupplier
     implements KotlinGeneratorSpecSupplier<KotlinAnnotationClassSpec>, ToFileTypeSpecSupplier
                        

    Marks the builder and the spec so they are interchangeable.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

    • Method Detail

      • get

         TypeSpec get()