gh-pages / com.nextfaze.devfun.core / DevFun / getDeveloperReferences
getDeveloperReferences
fun getDeveloperReferences(clazz:
KClass
<out
Annotation
>):
List
<
ReferenceDefinition
>
(source)
Get references to annotations that were annotated as DeveloperReference.
Experimental API
Parameters
clazz
- The annotation class that was annotation with DeveloperReference.
Return A list of references across all modules annotated with clazz.
See Also