I am writing a JSF 2.0 application, and I want to use CDI annotations instead of the \"equivalent\" JSF annotations. In other words, @Model or @Named instead of @ManagedBe
update: JSF 2.2 (jsr 344, in early draft review) is adding an @FlowScoped CDI scope for this. More info...