Package ar.com.jmfsg.documentation.model

Examples of ar.com.jmfsg.documentation.model.General


    }
  }

  public void afterPropertiesSet() throws Exception {

    this.general = new General();
    this.dictionary = new HashMap<String, String>();
    this.dictionary = new HashMap<String, String>();
    this.tags = new HashMap<String, Tag>();
    this.methodsByModule = new HashMap<String, List<Method>>();
    this.groups = new HashMap<String, Group>();
View Full Code Here

TOP

Related Classes of ar.com.jmfsg.documentation.model.General

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.