JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
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