Use some annotations for documentation purposes
-----------------------------------------------
Key: HBASE-2895
URL: https://issues.apache.org/jira/browse/HBASE-2895
Project: HBase
Issue Type: Wish
Reporter: Lars Francke
Priority: Minor
I'd love to use some annotations to document some common things. In particular
I'd love to see @ThreadSafe and @NotThreadSafe. If not for all classes it would
at least be nice to have this for all the client classes that a user might see.
http://jcip.net/annotations/doc/index.html
Those can be easily pulled in via Maven.
Should we do it?
Hadoop common also started using InterfaceAudience and InterfaceStability
annotations which might be nice.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.