You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jaxme-dev@ws.apache.org by rd...@apache.org on 2004/03/04 23:03:50 UTC

cvs commit: ws-jaxme/src/jaxme/org/apache/ws/jaxme/generator/sg SchemaSG.java

rdonkin     2004/03/04 14:03:50

  Modified:    src/jaxme/org/apache/ws/jaxme/generator/sg SchemaSG.java
  Log:
  Improved javadocs
  
  Revision  Changes    Path
  1.5       +8 -0      ws-jaxme/src/jaxme/org/apache/ws/jaxme/generator/sg/SchemaSG.java
  
  Index: SchemaSG.java
  ===================================================================
  RCS file: /home/cvs/ws-jaxme/src/jaxme/org/apache/ws/jaxme/generator/sg/SchemaSG.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SchemaSG.java	16 Feb 2004 23:39:50 -0000	1.4
  +++ SchemaSG.java	4 Mar 2004 22:03:50 -0000	1.5
  @@ -26,6 +26,14 @@
   
   
   /** <p>Interface of a source generator for the whole schema.</p>
  + * <p>
  + * Specifies the source representing a complete schema.
  + * The actual generation of the concrete source files
  + * is delegated to the <code>JavaSourceFactory</code>
  + * available by calling {@link #getJavaSourceFactory}.
  + * Various portions of the source artifacts are made
  + * available through property accessors.
  + * </p>
    *
    * @author <a href="mailto:joe@ispsoft.de">Jochen Wiedmann</a>
    */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jaxme-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: jaxme-dev-help@ws.apache.org