Class TypeDeclaration

java.lang.Object
io.spring.initializr.generator.language.TypeDeclaration
All Implemented Interfaces:
Annotatable
Direct Known Subclasses:
GroovyTypeDeclaration, JavaTypeDeclaration, KotlinTypeDeclaration

public class TypeDeclaration extends Object implements Annotatable
A type declared in a CompilationUnit.
Author:
Andy Wilkinson
  • Constructor Details

    • TypeDeclaration

      public TypeDeclaration(String name)
  • Method Details