Package io.micronaut.sourcegen.annotations
package io.micronaut.sourcegen.annotations
-
ClassDescriptionThe builder annotation on a bean should create a builder.The annotation to be used with
Builder
orSuperBuilder
on a property to create a single element method for filling a collection.The builder annotation on a bean should create a builder with a support of inheritance.The annotation to generate an interface implementing `with` copy method for records - `MyRecord withMyProperty(MyProperty)`.