Martin Desruisseaux created SIS-88:
--------------------------------------

             Summary: Reduce side of public API
                 Key: SIS-88
                 URL: https://issues.apache.org/jira/browse/SIS-88
             Project: Spatial Information Systems
          Issue Type: Improvement
          Components: Utilities
            Reporter: Martin Desruisseaux
             Fix For: 0.3


Consider moving the following elements to an internal package:

* {{@Debug}}
* {{@Workaround}}
* {{@Immutable}} (like JCIP, but with {{Retention.SOURCE}})
* {{@ThreadSafe}} (like JCIP, but with {{Retention.SOURCE}})
* {{@NotThreadSafe}} (like JCIP, but with {{Retention.SOURCE}})
* {{CheckedArrayList}}
* {{CheckedHashSet}}
* More may be added later.

Actually the above elements may have some value for the users, but maybe not 
enough for deserving to appear in documentation (admittedly thread-safety 
information are important, but the annotation may not be a so good replacement 
to explanation in Javadoc text).


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to