|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface AdmGenerated
This annotation marks a class file as having been generated by ADM and records the generated code compatiblity level.
Required Element Summary | |
---|---|
String |
admVersion
The version of the adm generator used. |
String |
compatLevel
Gets the compatibility level of the generated code. |
String |
date
Gets the date on which the code was generated. |
Optional Element Summary | |
---|---|
String |
buildInfo
Allows code generator to add user build information such as a build version. |
String |
encoding
Gets the encoding used by the code generator. |
Element Detail |
---|
public abstract String admVersion
public abstract String date
public abstract String compatLevel
public abstract String encoding
public abstract String buildInfo
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |