Generated

@Retention(value = SOURCE)
@Target(value = [])
annotation class Generated(source)

Copied from javax.annotation.Generated and reduced a bit.

Indicates a part of the code that was generated, and will be overwritten the next time the generators are run.

Functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String
Link copied to clipboard
abstract fun value(): Array<String>
The value element must have the name of the code generator.