예제 #1
0
 public JSONAnnotationFinder invoke() {
   JSON json = accessor.getAnnotation(JSON.class);
   serialize = json.serialize();
   if (serialize && json.name().length() > 0) {
     name = json.name();
   }
   return this;
 }