Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 52750 invoked from network); 2 Apr 2010 00:31:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Apr 2010 00:31:49 -0000 Received: (qmail 16215 invoked by uid 500); 2 Apr 2010 00:31:49 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 16189 invoked by uid 500); 2 Apr 2010 00:31:49 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 16181 invoked by uid 99); 2 Apr 2010 00:31:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 00:31:49 +0000 X-ASF-Spam-Status: No, hits=-1200.2 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Apr 2010 00:31:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1D6D1234C4C6 for ; Fri, 2 Apr 2010 00:31:28 +0000 (UTC) Message-ID: <933986032.647271270168288119.JavaMail.jira@brutus.apache.org> Date: Fri, 2 Apr 2010 00:31:28 +0000 (UTC) From: "Tom White (JIRA)" To: common-issues@hadoop.apache.org Subject: [jira] Commented: (HADOOP-6668) Apply audience and stability annotations to classes in common In-Reply-To: <1543391482.614961270068327308.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-6668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852620#action_12852620 ] Tom White commented on HADOOP-6668: ----------------------------------- > The io.serializer.avro package should probably be public evolving. Perhaps all of io.serialization should be? I agree - I marked all of the serializer classes as public evolving in the patch. > Apply audience and stability annotations to classes in common > ------------------------------------------------------------- > > Key: HADOOP-6668 > URL: https://issues.apache.org/jira/browse/HADOOP-6668 > Project: Hadoop Common > Issue Type: Improvement > Components: documentation > Reporter: Tom White > Assignee: Tom White > Attachments: HADOOP-6668.patch > > > Mark private implementation classes with the InterfaceAudience.Private or InterfaceAudience.LimitedPrivate annotation to exclude them from user Javadoc and JDiff. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.