-
-
Required Element Summary
Required Elements
Modifier and Type |
Required Element and Description |
String[] |
value
The value element MUST have the name of the code generator.
|
-
Optional Element Summary
Optional Elements
Modifier and Type |
Optional Element and Description |
String |
comments
A place holder for any comments that the code generator may want to
include in the generated code.
|
String |
date
Date when the source was generated.
|
-
-
Element Detail
-
value
public abstract String[] value
The value element MUST have the name of the code generator.
The recommended convention is to use the fully qualified name of the
code generator. For example: com.acme.generator.CodeGen.
Copyright © 2020. All rights reserved.