Package org.kie.dmn.feel.util
Annotation Type Generated
-
@Retention(CLASS) @Target({PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,PARAMETER}) public @interface Generated
For internal use for the scope of https://github.com/jacoco/jacoco/issues/731 and coverage analysis. Similar tojavax.annotation.Generated, but with RetentionPolicy.CLASS
-
-
Element Detail
-
value
String[] value
The value element MUST have a reference to the used code generator.
-
-