includedParams.add(param);
}
if (missingAnnotationsParams.isEmpty() && decl instanceof MethodDeclaration
&& variableToParams.get(variable).isEmpty()) {
proposals.add(new AddPathVariableParameterCompletionProposal(variable, ((MethodDeclaration) decl), cu));
}
// if (decl instanceof MethodDeclaration) {
// MethodDeclaration methodDecl = (MethodDeclaration) decl;
// List<SingleVariableDeclaration> parameters =