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