toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api
/
Generated
Generated
API
@
Retention
(
value
=
RetentionPolicy.CLASS
)
@
Target
(
value
=
ElementType.TYPE
)
@
Documented
annotation class
Generated
(
source
)
Indicates that the annotated member code was generated.
Since
6.5
Members
Functions
annotation
Type
Link copied to clipboard
API
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
API
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
API
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
API
abstract
fun
toString
(
)
:
String