Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 14870 invoked from network); 11 Aug 2010 02:56:37 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 02:56:37 -0000 Received: (qmail 35003 invoked by uid 500); 11 Aug 2010 02:56:37 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 34807 invoked by uid 500); 11 Aug 2010 02:56:35 -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 34798 invoked by uid 99); 11 Aug 2010 02:56:35 -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 02:56:35 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of firepure@gmail.com designates 209.85.216.170 as permitted sender) Received: from [209.85.216.170] (HELO mail-qy0-f170.google.com) (209.85.216.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 02:56:27 +0000 Received: by qyk31 with SMTP id 31so75865qyk.15 for ; Tue, 10 Aug 2010 19:56:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=Wve8U++t2ZM7aQXBZPyaZM4HjZoRXsCUDDLj/udejWw=; b=u3B13piy/11slzoJvNNS80BwW7BlQ9eXTv+MYkZ5/Du8wEYeNLPsTf25D+m8jECtbi INTiJgnoaCYdEMsAqwDXZMmbnQHBDJ7TiUlVIzXDZCb0m2+JfJUDNqd7YryuNRYSBIE5 IAaw6KYCknUL+Sgqf6Y5jAOwnKZrq1quoEWc8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UujeISRfXOmb6yHYSDWjNbLi++uQogmFaHB5VE3vDE+dgWDtVGNOZk8GZRKcC+vS6s VSxOrCMQPQ8tZarmj/EBVNQHtG4HPHywf/0LfI1DeHB7SnmTRbdNQG+tH2frONiEtrBZ UQJoR5XVZQ8gmPCyEZfPD9DucrbQ06nd7rJUQ= MIME-Version: 1.0 Received: by 10.220.121.207 with SMTP id i15mr2189162vcr.237.1281495365794; Tue, 10 Aug 2010 19:56:05 -0700 (PDT) Received: by 10.220.15.196 with HTTP; Tue, 10 Aug 2010 19:56:05 -0700 (PDT) Date: Wed, 11 Aug 2010 10:56:05 +0800 Message-ID: Subject: [classlib][annotation]Add annotation processing APIs to Harmony 6 From: "Jimmy,Jing Lv" To: dev@harmony.apache.org Content-Type: multipart/alternative; boundary=001636b1484a0f3b89048d83645e X-Virus-Checked: Checked by ClamAV on apache.org --001636b1484a0f3b89048d83645e Content-Type: text/plain; charset=ISO-8859-1 Hello, 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. Reading into the javadoc, I find it is infrastructure for customer 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 tool to be done (check the eclipse compiler but it lacks a real annotation processing tool, so it requires to be done for Harmony). Any comments or suggestions? [1]http://people.apache.org/~hindessm/japi/sun60-hydrlvm60.html -- Best Regards! Jimmy, Jing Lv --001636b1484a0f3b89048d83645e--