Home
last modified time | relevance | path

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

/room/room-compiler/src/main/kotlin/androidx/room/processor/
DDataClassProcessor.kt449 val embeddedAnnotation = variableElement.getAnnotation(Embedded::class) in <lambda>() constant
450 val propertyPrefix = embeddedAnnotation?.get("prefix")?.asString() ?: "" in <lambda>()