Annotation Type OriginatingClasses
-
@Target(TYPE) @Retention(CLASS) public @interface OriginatingClasses
All generated classes will have this annotation indicating the FQNs of classes that are the origins of this generated code, as an aid when rebuilding incrementally. This annotation is internal to the generator and should never be used by users.- Since:
- 4.3
- Author:
- anistor@redhat.com
-
-
Element Detail
-
value
String[] value
Origin class FQNs.
-
-