Home
last modified time | relevance | path

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

/frameworks/support/room/compiler/src/main/kotlin/androidx/room/processor/
DDeletionMethodProcessor.kt32 delegate.extractAnnotation(Delete::class, ProcessorErrors.MISSING_DELETE_ANNOTATION) in process()
DProcessorErrors.kt37 val MISSING_DELETE_ANNOTATION = "Deletion methods must be annotated with ${Delete::class.java}" constant