metro
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
metro
runtime
/
dev.zacsweers.metro.internal
/
CallableMetadata
Callable
Metadata
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
]
)
annotation class
CallableMetadata
(
val
callableName
:
String
,
val
propertyName
:
String
,
val
startOffset
:
Int
,
val
endOffset
:
Int
,
val
newInstanceName
:
String
=
""
)
(
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
new
Instance
Name
Link copied to clipboard
val
newInstanceName
:
String
property
Name
Link copied to clipboard
val
propertyName
:
String
start
Offset
Link copied to clipboard
val
startOffset
:
Int