Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 48184 invoked from network); 21 Jun 2007 17:49:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jun 2007 17:49:30 -0000 Received: (qmail 49051 invoked by uid 500); 21 Jun 2007 17:49:30 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 48985 invoked by uid 500); 21 Jun 2007 17:49:30 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 48963 invoked by uid 99); 21 Jun 2007 17:49:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 10:49:30 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of tim.mcconne@gmail.com designates 66.249.82.231 as permitted sender) Received: from [66.249.82.231] (HELO wx-out-0506.google.com) (66.249.82.231) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Jun 2007 10:49:26 -0700 Received: by wx-out-0506.google.com with SMTP id t11so525189wxc for ; Thu, 21 Jun 2007 10:49:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=frTGJXEkUagCXtjTwRLA3hTJiTyPkednxWb7mvFMJ/OkNi0r7D8hauUl/U4MIG/1fJ5vwpsMu5N+hRiOexOOzUL+I+0pjX7EwV909WrAOv3FH3wBOXgYB04DwUzDgOulWCJQfuN0raKbIFmqt5U8lDxzAkiYe52QfQGbzp1T+UU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=eephmpBcHHlOBaKLwghMrlXu69pOS5nPjby4FS7QhIgTki6eUCbCwQbD2AUwlMpS9O6mk9ZaZbODvn2MSuhG9WcMI0FFlVAZV3LJwQmrO71uJMnefmRqxpjtvU/oG8Cj9BOueWlre+iSQq4HGANB00LnFdkbQOZwWMJ96lhHfXc= Received: by 10.90.36.3 with SMTP id j3mr2005762agj.1182448145466; Thu, 21 Jun 2007 10:49:05 -0700 (PDT) Received: from ?9.51.89.61? ( [32.97.110.142]) by mx.google.com with ESMTP id 6sm2526026wrh.2007.06.21.10.49.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 21 Jun 2007 10:49:04 -0700 (PDT) Message-ID: <467ABA09.5050002@gmail.com> Date: Thu, 21 Jun 2007 13:48:57 -0400 From: Tim McConnell User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: "[GERONIMO] dev-list" Subject: Annotation Inheritance Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, I'm trying to better understand how Geronimo handles inheritance of annotations. Is that something we've delegated solely to our usage of ClassFinder ?? Or is that something that is implemented elsewhere in the Geronimo code ?? Thanks for any information.... -- Tim McConnell