useGeneratedAnnotation property

bool? useGeneratedAnnotation
final

Determines if the javax.annotation.Generated is used in the output. This is false by default since that dependency isn't available in plugins by default .

Implementation

final bool? useGeneratedAnnotation;