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