@NormalScope(passivating=false) @Inherited @Documented @Target(value={TYPE,METHOD,FIELD}) @Retention(value=RUNTIME) public @interface CommandScoped
UICommand
. Beans using this scope will be destroyed when the
current UICommand
finishes executing. The scope is active as long as the command is being executed.Copyright © 2014 JBoss by Red Hat. All rights reserved.