Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 17245 invoked from network); 11 Aug 2010 03:02:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 03:02:57 -0000 Received: (qmail 38232 invoked by uid 500); 11 Aug 2010 03:02:57 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 38105 invoked by uid 500); 11 Aug 2010 03:02:55 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 38090 invoked by uid 99); 11 Aug 2010 03:02:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 03:02:55 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of clraychen@gmail.com designates 209.85.160.177 as permitted sender) Received: from [209.85.160.177] (HELO mail-gy0-f177.google.com) (209.85.160.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 03:02:46 +0000 Received: by gyf2 with SMTP id 2so4977596gyf.36 for ; Tue, 10 Aug 2010 20:02:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=rMZzkrZ6fD4+tpF+AGEhRhsWjRib5F7x+GO5K9XDGXQ=; b=ka3X/r/MHkAE4OmRASFa3JnjotW38miaVBetbSqrNHlIrs1KSK4tUBIGDvgE4nnU6w KTu7G5MXE0tMR8Mu9d4lVnX5tlIVSWOdLCn9L8cOJ0UfLZaIcNT7YjSrsku9ZMcTB9WV J/ZSDiBq+bAN8fiMRwec4iqjzRJhPe/zKfNRY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=a3upI79CTL4D8jRcJhGtmM668pkUHhNotsjtjzrDtZ57b6UIrsCip2FHJ4GEGdNdnA g64zztG+JE3Q7wi1X9rWeaAUvTTcbsdpmbjxyCcWdLBpjTyagdoF1KVq1ipGtdbYrDHC Iq3P9bDP6UJjI3X/c9O3V04U1SgojxUudBdG8= MIME-Version: 1.0 Received: by 10.151.46.14 with SMTP id y14mr13029364ybj.242.1281495744997; Tue, 10 Aug 2010 20:02:24 -0700 (PDT) Received: by 10.150.138.7 with HTTP; Tue, 10 Aug 2010 20:02:24 -0700 (PDT) In-Reply-To: References: Date: Wed, 11 Aug 2010 11:02:24 +0800 Message-ID: Subject: Re: [classlib][annotation]Add annotation processing APIs to Harmony 6 From: Ray Chen To: dev@harmony.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Jimmy, I have created JIRA 6435 for this issue before. You can use that to track = :) On Wed, Aug 11, 2010 at 10:56 AM, Jimmy,Jing Lv wrote: > Hello, > > =A0 =A0 =A0 I see in the API comparison [1], Harmony6 has reached 95.89% = compared > to RI6 (that's amazing!). However there is still several packages 100% > missing, e.g, javax.annotation.processing and its related package javax. > lang.model.*, or even java.tools. > =A0 =A0 =A0 Reading into the javadoc, I find it is infrastructure for cus= tomer to > use and that's just some quick work to be done (without the real > implementation of the processing tool itself). I decide to have this done > and commit to the Harmony6 brunch soon. Will leave the real processing to= ol > to be done (check the eclipse compiler but it lacks a real annotation > processing tool, so it requires to be done for Harmony). > =A0 =A0 =A0 Any comments or suggestions? > > [1]http://people.apache.org/~hindessm/japi/sun60-hydrlvm60.html > -- > > Best Regards! > > Jimmy, Jing Lv > --=20 Regards, Ray Chen