@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Comment
Property fields, as well as on the fields of
bean classes that are used for bean properties.| Modifier and Type | Required Element and Description |
|---|---|
String[] |
value
Defines the comment to associate with a property field.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
repeat
Defines if the comment should be repeated, or if it should only be included in the output the first time.
|
public abstract String[] value
@Comment("Title", "\n", "Lorem ipsum").public abstract boolean repeat
false, or on each entry if true.Copyright © 2016–2023 The AuthMe Team. All rights reserved.