JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.micronaut.sourcegen.annotations
Annotation Interface Wither
@Documented
@Retention
(
RUNTIME
)
@Target
({
ANNOTATION_TYPE
,
TYPE
})
public @interface
Wither
The annotation to generate an interface implementing `with` copy method for records - `MyRecord withMyProperty(MyProperty)`.
Since:
1.0
Author:
Denis Stepanov