JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.summerboot.jexpress.boot.config.annotation
ConfigHeader
Contents
Description
Optional Element Summary
Element Details
title
desc
format
example
callbackMethodName4Dump
Hide sidebar
Show sidebar
Annotation Interface ConfigHeader
@Target
({
METHOD
,
FIELD
,
ANNOTATION_TYPE
})
@Retention
(
RUNTIME
)
@Documented
public @interface
ConfigHeader
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
callbackMethodName4Dump
protected void callbackMethodName(StringBuilder sb) {
String
desc
String
example
String
format
String
title
Element Details
title
String
title
Default:
""
desc
String
desc
Default:
""
format
String
format
Default:
""
example
String
example
Default:
""
callbackMethodName4Dump
String
callbackMethodName4Dump
protected void callbackMethodName(StringBuilder sb) {
Returns:
Default:
""