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
That's way simpler with the (CDI) scopes of MyFaces CODI. They have a better @ConversationScoped and you will love the @ViewAccessScoped for what you are trying.