users@javaserverfaces-spec-public.java.net

[jsr344-experts mirror] Re: _at_FlowScoped attribute name

From: Edward Burns <edward.burns_at_oracle.com>
Date: Mon, 11 Feb 2013 07:01:07 -0800

>>>>> On Thu, 24 Jan 2013 17:49:23 +0000 (GMT), <arun.p.gupta_at_oracle.com> said:

AG> I was wondering if any discussions have happened around changing
AG> @FlowScoped(id="...") to @FlowScoped(value="..."). This will make my
AG> bean declaration cleaner.

AG> @FlowScoped("foo")
AG> public class MyBean implements Serializable {
AG> }

AG> instead of

AG> @FlowScoped(id="foo")
AG> public class MyBean implements Serializable {
AG> }

AG> Comments ?

Yes, I like that idea.

I'll do it that way instead.

Ed

--