Searched refs:ANNOTATION_VALUE_TO_INT_VISITOR (Results 1 – 1 of 1) sorted by relevance
124 private val ANNOTATION_VALUE_TO_INT_VISITOR = object : SimpleAnnotationValueVisitor6<Int?, Void>() { constant154 return ANNOTATION_VALUE_TO_INT_VISITOR.visit(this) ?: def in AnnotationValue()