Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/processors/staledataclass/src/android/processor/staledataclass/
H A DStaleDataclassProcessor.kt145 val annotationParams = elementAnnotatedWithGenerated regex
152 val lastGenerated = annotationParams["time"] as Long
153 val codegenVersion = annotationParams["codegenVersion"] as String
155 val sourceRelative = File(annotationParams["sourceFile"] as String)
157 val lastGenInputSignatures = (annotationParams["inputSignatures"] as String).lines().toSet()