Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E5BABEE00 for ; Tue, 12 Mar 2013 05:16:10 +0000 (UTC) Received: (qmail 62246 invoked by uid 500); 12 Mar 2013 05:16:09 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 62153 invoked by uid 500); 12 Mar 2013 05:16:09 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 62112 invoked by uid 99); 12 Mar 2013 05:16:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 05:16:08 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Mar 2013 05:16:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id ADA40129E0026 for ; Tue, 12 Mar 2013 06:15:41 +0100 (CET) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oJAFDnD3+FdM for ; Tue, 12 Mar 2013 06:15:41 +0100 (CET) Received: by samaflost.de (Postfix, from userid 1000) id 6DD1C129E01AB; Tue, 12 Mar 2013 06:15:41 +0100 (CET) From: Stefan Bodewig To: "Commons Developers List" Subject: [compress] Since and Implemented Interfaces (was Re: [VOTE] Release Compress 1.5 based on RC1) References: <87ehfmxqjb.fsf@v35516.1blu.de> Date: Tue, 12 Mar 2013 06:15:41 +0100 In-Reply-To: (sebb's message of "Mon, 11 Mar 2013 19:09:59 +0000") Message-ID: <8738w16vwi.fsf_-_@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org On 2013-03-11, sebb wrote: > Minor nit: the addition of "implements Serializable" to ZipLong, > ZipShort and ZipEightBightInteger is not documented in the Javadoc. Is there a formal way to document "implements Foo since 1.5" other than free form text in a class level comment? I'd like to add it in trunk before creating the site - that way it becomes part of the published Javadocs. > Otherwise all the @since 1.5 and @deprecated since 1.5 tags agree with Clirr. I knew you'd look out for that ;-) Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org