@Retention(value=RUNTIME) @Documented @Target(value=FIELD) public @interface OptionMark
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
description
The description of the option
|
String |
name
The key of the option, if not configured, we will default convert `lowerCamelCase` to
`under_score_case` and provide it to users
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.