Enis Soztutar created HADOOP-10374: -------------------------------------- Summary: InterfaceAudience annotations should have RetentionPolicy.RUNTIME Key: HADOOP-10374 URL: https://issues.apache.org/jira/browse/HADOOP-10374 Project: Hadoop Common Issue Type: Improvement Reporter: Enis Soztutar Assignee: Enis Soztutar Fix For: 3.0.0
There are valid use cases for accessing the InterfaceAudience annotations programatically. In HBase, we are writing a unit test to check whether every class in the client packages are annotated with one of the annotations. Plus, we are also thinking about a golden file to containing all public method sigs, so that we can ensure public facing API-compatibility from a unit test. Related: HBASE-8546, HBASE-10462, HBASE-8275 -- This message was sent by Atlassian JIRA (v6.1.5#6160)