|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Documented @Target(value=FIELD) public @interface Output
Marks a field of your class as output element.
All basic Java types like String
, Integer
, Float
,
Double
can be used for output.
A field of type List
will be rendered as a table. If the list item
class field are themselves also annotated with Output
these fields
will be rendered as columns within the table.
Optional Element Summary | |
---|---|
java.lang.String |
value
The optional label of the output element. |
boolean |
verbatim
Used to enforce a verbatim output of the field value. |
public abstract boolean verbatim
public abstract java.lang.String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |