7 messages in org.codehaus.groovy.userRe: [groovy-user] ordered bean proper...
FromSent OnAttachments
David Durham, Jr.Oct 8, 2008 1:27 pm 
Guillaume LaforgeOct 8, 2008 1:39 pm 
Guillaume LaforgeOct 8, 2008 2:09 pm 
David Durham, Jr.Oct 8, 2008 4:32 pm 
Jose NohedaOct 9, 2008 12:16 am 
David Durham, Jr.Oct 9, 2008 7:38 am 
Guillaume LaforgeOct 9, 2008 7:42 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [groovy-user] ordered bean propertiesActions...
From:Guillaume Laforge (glaf@gmail.com)
Date:Oct 9, 2008 7:42:29 am
List:org.codehaus.groovy.user

On Thu, Oct 9, 2008 at 4:38 PM, David Durham, Jr. <davi@gmail.com> wrote:

On Thu, Oct 9, 2008 at 2:17 AM, Jose Noheda <jose@gmail.com> wrote:

Probably annotating them would be easier

I added an "order" attribute to the objects I'm referencing, since they're not of the immutable class flavor.

Annotation parsing in with the reflection/introspection API is a pain. Does Groovy provide any conveniences for this?

Beyond the nice shortcut notation (GPath / chained property access), nothing special.