toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.model
/
Path
Path
API
@
Target
(
value
=
[
ElementType.PARAMETER
]
)
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
@
Incubating
annotation class
Path
(
source
)
Specifies a model path on a parameter
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
value
Link copied to clipboard
API
abstract
fun
value
(
)
:
String