Hello Experts,
This came in on the users list.
>>>>> On Mon, 11 Feb 2013 07:01:07 -0800, Edward Burns <edward.burns_at_oracle.com> said:
>>>>> 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 ?
EB> Yes, I like that idea.
EB> I'll do it that way instead.
Any objections?
Ed