Return-Path: Delivered-To: apmail-continuum-dev-archive@www.apache.org Received: (qmail 14432 invoked from network); 23 Dec 2008 21:16:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Dec 2008 21:16:38 -0000 Received: (qmail 74428 invoked by uid 500); 23 Dec 2008 21:14:58 -0000 Delivered-To: apmail-continuum-dev-archive@continuum.apache.org Received: (qmail 74398 invoked by uid 500); 23 Dec 2008 21:14:57 -0000 Mailing-List: contact dev-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list dev@continuum.apache.org Received: (qmail 74384 invoked by uid 99); 23 Dec 2008 21:14:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2008 13:14:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of oliver.lamy@gmail.com designates 209.85.128.191 as permitted sender) Received: from [209.85.128.191] (HELO fk-out-0910.google.com) (209.85.128.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2008 21:14:51 +0000 Received: by fk-out-0910.google.com with SMTP id 18so1406463fks.2 for ; Tue, 23 Dec 2008 13:14:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=51sHGZspICc4gfHlzZ3edFXdpA2lJE6xAitPk5lvAZQ=; b=qtj3coSFwakwfbUwsCR1tOLEKdlxR47Z+8s+wom4OmJVlpVRW9X+/Yx9azzjzZWmE8 crmpmWIQzdcYsJWXGqVlfXGHBs5qp2va8tZhViXC+xrAP4s5LniMTLPpItLlwrJ+Ksac BiMQnIV9wHn+CRf278CmAe3gX0Hlq7ghJSHpU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=XEGg6hoq2G9TmjvKwNNy1QblU5qHWlf1POwImkmPheaOnSnFq7stqpv8AkswKj0iy8 SM9LPH/Sl3zPclUAWoijSwH/GkLnLwTdUobmupLphfvFoUgCN1RhbZnTbutuPDPhjXTk akIhVDy9JG+ti855/YtSkAU9od8asIDkhieHQ= Received: by 10.103.228.19 with SMTP id f19mr2920254mur.32.1230066869713; Tue, 23 Dec 2008 13:14:29 -0800 (PST) Received: by 10.103.249.9 with HTTP; Tue, 23 Dec 2008 13:14:29 -0800 (PST) Message-ID: <9948cb690812231314t23313d6csb38561ffdf016088@mail.gmail.com> Date: Tue, 23 Dec 2008 22:14:29 +0100 From: "Olivier Lamy" Sender: oliver.lamy@gmail.com To: dev@continuum.apache.org Subject: Re: Annotations In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 2097a770b26b2157 X-Virus-Checked: Checked by ClamAV on apache.org Hi, And what about other tags (like @Service) ? (which is more spring dependant) -- Olivier 2008/12/19 Emmanuel Venisse : > Hi, > > Actually, we use plexus tags in fields comments. WDYT if we replace them by > @Resource tags and let spring play with them instead of to use the > plexus-maven-plugin? > > Emmanuel >