@Documented @Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface ApiGlobalSection
ApiGlobal| Modifier and Type | Required Element and Description |
|---|---|
String |
title
The title of this section
|
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
paragraphs
An array that can be made of two things: a text (may contain html tags) or a path to a file in the classpath,
containing a text.
|
public abstract String title
public abstract String[] paragraphs
Copyright © 2016. All rights reserved.