| Package | Description |
|---|---|
| io.spring.initializr.generator.language |
Language abstraction.
|
| io.spring.initializr.generator.language.groovy |
Groovy language.
|
| io.spring.initializr.generator.language.java |
Java language.
|
| io.spring.initializr.generator.language.kotlin |
Kotlin language.
|
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
Annotation.name(String name) |
static Annotation |
Annotation.name(String name,
Consumer<Annotation.Builder> annotation) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
Annotatable.getAnnotations() |
List<Annotation> |
TypeDeclaration.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
Annotatable.annotate(Annotation annotation) |
void |
TypeDeclaration.annotate(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
GroovyFieldDeclaration.getAnnotations() |
List<Annotation> |
GroovyMethodDeclaration.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
GroovyFieldDeclaration.annotate(Annotation annotation) |
void |
GroovyMethodDeclaration.annotate(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
JavaMethodDeclaration.getAnnotations() |
List<Annotation> |
JavaFieldDeclaration.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaMethodDeclaration.annotate(Annotation annotation) |
void |
JavaFieldDeclaration.annotate(Annotation annotation) |
| Modifier and Type | Method and Description |
|---|---|
List<Annotation> |
KotlinFunctionDeclaration.getAnnotations() |
List<Annotation> |
KotlinPropertyDeclaration.getAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
KotlinFunctionDeclaration.annotate(Annotation annotation) |
void |
KotlinPropertyDeclaration.annotate(Annotation annotation) |
KotlinPropertyDeclaration.AccessorBuilder<?> |
KotlinPropertyDeclaration.AccessorBuilder.withAnnotation(Annotation annotation) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.