Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/vo/
DPojo.kt43 val entityAnnotation = MoreElements.getAnnotationMirror(element, in accessedTableNames() constant
45 return if (entityAnnotation != null) { in accessedTableNames()
46 listOf(EntityProcessor.extractTableName(element, entityAnnotation)) in accessedTableNames()