JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
Package io.micronaut.sourcegen.annotations
package
io.micronaut.sourcegen.annotations
Related Packages
Package
Description
io.micronaut.sourcegen
io.micronaut.sourcegen.generator
io.micronaut.sourcegen.javapoet
io.micronaut.sourcegen.model
Annotation Interfaces
Class
Description
Builder
The builder annotation on a bean should create a builder.
Wither
The annotation to generate an interface implementing `with` copy method for records - `MyRecord withMyProperty(MyProperty)`.