metro
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
metro
runtime
/
dev.zacsweers.metro.internal
/
CallableMetadata
Callable
Metadata
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
]
)
annotation class
CallableMetadata
(
val
callableName
:
String
,
val
isPropertyAccessor
:
Boolean
,
val
startOffset
:
Int
,
val
endOffset
:
Int
)
(
source
)
Marker for generated factories or binding mirrors indicating their source callable ID.
Members
Properties
callable
Name
Link copied to clipboard
val
callableName
:
String
end
Offset
Link copied to clipboard
val
endOffset
:
Int
is
Property
Accessor
Link copied to clipboard
val
isPropertyAccessor
:
Boolean
start
Offset
Link copied to clipboard
val
startOffset
:
Int