continue;
}
JSONField field = prop.getReadMethod().getBaseMethod()
.getAnnotation(JSONField.class);
JSONOmit omit = prop.getReadMethod().getBaseMethod()
.getAnnotation(JSONOmit.class);
System.out.println(" ws \t "+prop.getName() +" "+ prop.getReadMethod().getBaseMethod().getEnclosingType()+ prop.getReadMethod().getBaseMethod().getReadableDeclaration() + " "+ omit +" "+field );
if (omit != null) {
continue;
}