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 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