JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.aoju.bus.core.builder
Annotation Interface ToStringSummary
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
ToStringSummary
在使用
ReflectionToStringBuilder
时, 在字段上使用这个注释来获得摘要,而不是详细信息.
Since:
Java 17+
Author:
Kimi Liu