@Retention(value=CLASS)
@Target(value=TYPE)
@Documented
public @interface Generated
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
The value element MUST have the name of the code generator.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
comments
A place-holder for any comments that the code generator may want to
include in the generated code.
|
Copyright © 2015-2022 Real Logic Limited. All Rights Reserved.