Package com.trendrr.strest.doc.renderer

Examples of com.trendrr.strest.doc.renderer.JSONRenderer


 
  protected String annotationName = "Strest";
 
  public StrestDocParser() {
    this.addTags("com.trendrr.strest.doc.tags", true);
    this.addTemplateRenderer(new JSONRenderer());
  }
View Full Code Here

TOP

Related Classes of com.trendrr.strest.doc.renderer.JSONRenderer

Copyright © 2018 www.massapicom. 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.