srcWriter.println("}");
}
private boolean generateViewIdentificationBlock(SourcePrinter srcWriter, JClassType type)
{
BindRootView bindRootView = type.getAnnotation(BindRootView.class);
BindView bindView = type.getAnnotation(BindView.class);
boolean ret = false;
if (bindRootView != null && bindView != null)
{