You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by "Martin Desruisseaux (JIRA)" <ji...@apache.org> on 2014/04/01 06:04:15 UTC

[jira] [Closed] (SIS-88) Reduce size of public API

     [ https://issues.apache.org/jira/browse/SIS-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Desruisseaux closed SIS-88.
----------------------------------


> Reduce size of public API
> -------------------------
>
>                 Key: SIS-88
>                 URL: https://issues.apache.org/jira/browse/SIS-88
>             Project: Spatial Information Systems
>          Issue Type: Improvement
>          Components: Utilities
>    Affects Versions: 0.3, 0.4
>            Reporter: Martin Desruisseaux
>            Priority: Minor
>             Fix For: 0.3, 0.4
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)