@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface DocMultiple
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
preface
Text that occurs before all occurrences of the annotation
this is applied to.
|
java.lang.String |
prefixEach
A prefix annotation appended to the front of each occurrence.
|
java.lang.String |
separateBy
A separator String applied in-between occurrences.
|
public abstract java.lang.String preface