JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
net.bytebuddy.build
Annotation Interface ToStringPlugin.Exclude
Enclosing class:
ToStringPlugin
@Documented
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public static @interface
ToStringPlugin.Exclude
Determines that the annotated field is excluded from a string representation of the
ToStringPlugin
.