Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 71936 invoked from network); 19 Jul 2010 19:54:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Jul 2010 19:54:14 -0000 Received: (qmail 73133 invoked by uid 500); 19 Jul 2010 19:54:14 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 73007 invoked by uid 500); 19 Jul 2010 19:54:13 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 73000 invoked by uid 99); 19 Jul 2010 19:54:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 19:54:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jul 2010 19:54:10 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 06B9723889B6; Mon, 19 Jul 2010 19:53:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r965606 - /commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/package.html Date: Mon, 19 Jul 2010 19:53:17 -0000 To: commits@commons.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100719195318.06B9723889B6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: simonetripodi Date: Mon Jul 19 19:53:17 2010 New Revision: 965606 URL: http://svn.apache.org/viewvc?rev=965606&view=rev Log: still reorganizing ToC added introduction content Modified: commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/package.html Modified: commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/package.html URL: http://svn.apache.org/viewvc/commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/package.html?rev=965606&r1=965605&r2=965606&view=diff ============================================================================== --- commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/package.html (original) +++ commons/sandbox/at-digester/trunk/src/java/org/apache/commons/digester/annotations/package.html Mon Jul 19 19:53:17 2010 @@ -39,6 +39,8 @@
[Bootstrapping]
+ [User defined Digester annotation rules] +
[Service provider interface]
@@ -73,11 +75,14 @@
  • FIELD for Digester rules concerning attributes;
  • METHOD for Digester rules concerning methods calls;
  • PARAMETER for Digester rules concerning methods parameters setting;
  • -
  • TYPE for constrained beans.
  • +
  • TYPE for Digester rules concerning types creation.
  • While other ElementTypes are not forbidden, the Digester annotations processor does not have to recognize and process annotation rules placed on such types.

    +

    Every Digester rule annotation must define a pattern + element of type String that represents the element matching + path pattern.