Generated

annotation class Generated(val value: String = "", val date: String = "")

Annotation indicating that a class or method was auto-generated. This annotation is used to mark elements in the code (such as classes, methods, etc.) that were generated by a tool or program, rather than written manually. It can help developers quickly identify which parts of the code should not be modified manually, to avoid conflicts when regenerating the code.

Parameters

value

Specifies the name of the tool or program that generated the code. Default is an empty string.

date

Specifies the date when the code was generated. Default is an empty string.

Properties

Link copied to clipboard
Link copied to clipboard