Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DFieldProcessor.kt41 val columnInfoAnnotation = MoreElements.getAnnotationMirror(element, in process() constant
49 if (columnInfoAnnotation.isPresent) { in process()
51 .getAnnotationValue(columnInfoAnnotation.get(), "name") in process()
61 .getAnnotationValue(columnInfoAnnotation.get(), "typeAffinity") in process()
69 columnInfoAnnotation.get(), "collate").getAsInt(ColumnInfo.UNSPECIFIED)!!) in process()
72 .getAnnotationValue(columnInfoAnnotation.get(), "index") in process()