tangle-fragment-api
/
tangle.fragment
/
ContributesFragment
Contributes
Fragment
@
Target
(
allowedTargets = [
AnnotationTarget.CLASS
]
)
annotation class
ContributesFragment
(scope:
KClass
<*>, replaces:
Array
<
KClass
<*>>)
Content copied to clipboard
Properties
Sources
Properties
replaces
Link copied to clipboard
val
replaces
:
Array
<
KClass
<*>>
Content copied to clipboard
This contributed module will replace these contributed classes.
scope
Link copied to clipboard
val
scope
:
KClass
<*>
Content copied to clipboard
The scope in which to include this module.
Sources
androidJvm source
Link copied to clipboard