Uses of Class
io.spring.initializr.generator.language.Annotation
Packages that use Annotation
Package
Description
Language abstraction.
Kotlin language.
-
Uses of Annotation in io.spring.initializr.generator.language
Methods in io.spring.initializr.generator.language that return AnnotationModifier and TypeMethodDescriptionAnnotation.Builder.build()static AnnotationDeprecated, for removal: This API element is subject to removal in a future version.static AnnotationAnnotation.name(String name, Consumer<Annotation.Builder> annotation) Deprecated, for removal: This API element is subject to removal in a future version.as of 0.20.0 in favor ofof(ClassName)Methods in io.spring.initializr.generator.language that return types with arguments of type AnnotationModifier and TypeMethodDescriptiondefault List<Annotation>Annotatable.getAnnotations()Deprecated, for removal: This API element is subject to removal in a future version.AnnotationContainer.values()Return theannotations.Methods in io.spring.initializr.generator.language with parameters of type AnnotationModifier and TypeMethodDescriptiondefault voidAnnotatable.annotate(Annotation annotation) Deprecated, for removal: This API element is subject to removal in a future version.Annotation.Builder.from(Annotation annotation) Reset the state of the builder to the state of the specified annotation. -
Uses of Annotation in io.spring.initializr.generator.language.kotlin
Methods in io.spring.initializr.generator.language.kotlin with parameters of type AnnotationModifier and TypeMethodDescriptionKotlinPropertyDeclaration.AccessorBuilder.withAnnotation(Annotation annotation) Deprecated, for removal: This API element is subject to removal in a future version.
of(ClassName)