JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
net.bytebuddy.build
ToStringPlugin
Exclude
Contents
Description
Hide sidebar
Show sidebar
Annotation Type 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
.