formalParameterTypes[i] = new SizzleVarargs(this.getType(id.substring(0, id.indexOf('.'))));
else
formalParameterTypes[i] = this.getType(id);
}
for (final String dep : annotation.typeDependencies())
if (dep.endsWith(".proto"))
this.importProto(dep);
else if (dep.endsWith(".avro"))
this.importAvro(dep);
else