You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/07/19 09:03:18 UTC

svn commit: r795499 - /incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/package.html

Author: spoole
Date: Sun Jul 19 09:03:18 2009
New Revision: 795499

URL: http://svn.apache.org/viewvc?rev=795499&view=rev
Log:
New ant task to spit out javadoc as xml + new docs module to consume xmljavadoc and produce spec.

Added:
    incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/package.html   (with props)

Added: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/package.html
URL: http://svn.apache.org/viewvc/incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/package.html?rev=795499&view=auto
==============================================================================
--- incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/package.html (added)
+++ incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/package.html Sun Jul 19 09:03:18 2009
@@ -0,0 +1,20 @@
+<html>
+<body>
+<p>foo</p>
+<p>
+</p>
+<h2>Common semantics within javax.tools.diagnostics</h2>
+<h3>Collections</h3>
+<ol>
+<li>
+Unless specifically declared all Collection classes and their associated Iterators are read only.
+Attempts to add ,remove or replace  items within the collection will result in a {@link java.lang.UnsupportedOperationException} being thrown
+</li>
+<li>
+Ordered Collections returned by this API are required to have a consistent and repeatable ordering across calls.    
+</li>
+</ol>
+<h3>Object equality</h3>
+<p>Instances of classes defined by this API should only be tested for equality by using the {@link java.lang.Object#equals()} method.  
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/kato/branches/experimental/maven_restructure/org.apache.kato/kato.api/src/main/java/javax/tools/diagnostics/package.html
------------------------------------------------------------------------------
    svn:executable = *