Searched refs:typeSignature (Results 1 – 1 of 1) sorted by relevance
80 String typeSignature = context.member.getSignature(); in handleAnnotation() local81 int closingBrace = typeSignature.indexOf(')'); in handleAnnotation()83 "No ) found in method type signature %s", typeSignature); in handleAnnotation()84 typeSignature = new StringBuilder() in handleAnnotation()85 .append(typeSignature.substring(0, closingBrace + 1)) in handleAnnotation()89 context.getClassDescriptor(), context.member.getName(), typeSignature); in handleAnnotation()