[ https://issues.apache.org/jira/browse/HBASE-20622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16503277#comment-16503277 ]
Chia-Ping Tsai commented on HBASE-20622: ---------------------------------------- I feel we should revisit all nested classes before committing this jira. Otherwise, we may expose something which should be Private. > Revise the default IA rule of nested class - the default IA is same with > their enclosing class > ---------------------------------------------------------------------------------------------- > > Key: HBASE-20622 > URL: https://issues.apache.org/jira/browse/HBASE-20622 > Project: HBase > Issue Type: Task > Components: documentation > Reporter: Chia-Ping Tsai > Assignee: maoling > Priority: Minor > Labels: beginner, beginners > > see > [https://lists.apache.org/thread.html/d05bfaa0134502a47f6e1aca56cb0b096d4dd32ddefbbdf28db4952a@%3Cdev.hbase.apache.org%3E] > for more discussion. > The related description is in > [https://hbase.apache.org/book.html#hbase.client.api.surface.] > {code:java} > If a class is not annotated with one of these, it is assumed to be a > InterfaceAudience.Private class.{code} > We should add another rule for nested class - "nested classes take on the IA > of their enclosing class." > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)