Annotation Type ViewScoped


  • @Scope
    @Retention(CLASS)
    @Target({METHOD,TYPE})
    public @interface ViewScoped
    Scope annotation for bindings that should exist for the life of a View.