Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DQueryMethodProcessor.kt72 ProcessorErrors.MISSING_QUERY_ANNOTATION) in <lambda>()
DProcessorErrors.kt35 val MISSING_QUERY_ANNOTATION = "Query methods must be annotated with ${Query::class.java}" constant