JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
io.micronaut.sourcegen.annotations
ToString
Exclude
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface ToString.Exclude
Enclosing class:
ToString
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
PARAMETER
})
public static @interface
ToString.Exclude
If present, do not include this field in the generated toString.
Since:
1.3
Author:
Elif Kurtay