Package eu.bandm.tools.annotations
Annotation Interface Generated
Indicates that the source file containing the annotated entity has been
generated automatically.
- Since:
- 1.2
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
generator
String generatorReturns the name of the generator. If the generator is implemented in Java, then this should be a valid package name. -
version
String versionReturns a desciption of the version of the generator. Depending of the nature of the generator software, this can be a version number, a timestamp in ISO 8601 format, or some other data. The empty string indicates that no version information is available.- Default:
""
-
timestamp
String timestampReturns a timestamp of the generation process. This should be in ISO 8601 format, with precision appropriate to the context. The empty string indicates that no timestamp information is available.- Default:
""
-
parameters
String[] parametersReturns a list of parameters that have influenced the generation process.- Default:
{}
-