Searched refs:closingBrace (Results 1 – 1 of 1) sorted by relevance
81 int closingBrace = typeSignature.indexOf(')'); in handleAnnotation() local82 Preconditions.checkState(closingBrace != -1, in handleAnnotation()85 .append(typeSignature.substring(0, closingBrace + 1)) in handleAnnotation()