Home
last modified time | relevance | path

Searched refs:classesWithMultipleAnnotations (Results 1 – 1 of 1) sorted by relevance

/appfunctions/appfunctions-compiler/src/main/java/androidx/appfunctions/compiler/core/
DAppFunctionSerializableValidateHelper.kt141 val classesWithMultipleAnnotations = in validateSuperTypes() constant
143 if (classesWithMultipleAnnotations.isNotEmpty()) { in validateSuperTypes()
147 classesWithMultipleAnnotations.first() // Choose the first one as a sample in validateSuperTypes()