JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
io.micronaut.sourcegen.annotations
Wither
Contents
Description
Hide sidebar
Show sidebar
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