Glide
Glide
/
com.bumptech.glide.util
/
Synthetic
Synthetic
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
@
Target
(
value
=
[
ElementType.FIELD
,
ElementType.CONSTRUCTOR
,
ElementType.METHOD
,
ElementType.TYPE
]
)
annotation class
Synthetic
Content copied to clipboard
Indicates that target's visibility can be relaxed to avoid synthetic methods.
Functions
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard