Package br.net.woodstock.rockframework.core.xml.dom

Examples of br.net.woodstock.rockframework.core.xml.dom.XmlElement.addComment()


          Column c = propertyDescriptor.getAnnotation(Column.class);
          this.addBasic(attributes, propertyDescriptor, c);
        } else if (propertyDescriptor.isAnnotationPresent(Transient.class)) {
          this.addTransient(attributes, propertyDescriptor);
        } else {
          attributes.addComment("Field " + propertyDescriptor.getName() + " not correctly mapped");
        }
      }
    }

    return document;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.