Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52292 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96804 invoked from network); 11 May 2011 12:30:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 May 2011 12:30:16 -0000 Authentication-Results: pb1.pair.com header.from=drak@zikula.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=drak@zikula.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zikula.org designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: drak@zikula.org X-Host-Fingerprint: 74.125.82.170 mail-wy0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:59390] helo=mail-wy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id ED/68-45512-7518ACD4 for ; Wed, 11 May 2011 08:30:15 -0400 Received: by wyb34 with SMTP id 34so375574wyb.29 for ; Wed, 11 May 2011 05:30:12 -0700 (PDT) Received: by 10.216.202.147 with SMTP id d19mr9594709weo.23.1305117008154; Wed, 11 May 2011 05:30:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.240.68 with HTTP; Wed, 11 May 2011 05:29:48 -0700 (PDT) In-Reply-To: <4DCA7F74.5060306@mohiva.com> References: <4DC729EE.9090600@sugarcrm.com> <4DC75FFF.40008@lerdorf.com> <4DC7A7F0.4000504@sugarcrm.com> <4DC819D0.5010008@lerdorf.com> <4DC81ED6.1050902@sugarcrm.com> <8757232E56758B42B2EE4F9D2CA019C9013F9F59@US-EX2.zend.net> <4DCA2192.4080201@lsces.co.uk> <4DCA7F74.5060306@mohiva.com> Date: Wed, 11 May 2011 18:14:48 +0545 Message-ID: To: Christian Kaps Cc: internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] annotations again From: drak@zikula.org (Drak) On 11 May 2011 18:07, Christian Kaps wrote: > Why not learning from Java and implement annotations in the way > Guilherme proposed it? I think they had good reasons for the new > implementation. Maybe someone has a link which points to such discussion. I believe you are looking for something like this http://www.jcp.org/en/jsr/detail?id=250 and possibly others like JSR 175 and 308 There are a few others (google: JSR annotations). Regards, Drak