@Scope
@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface ApplicationScoped
The application scope is provided by Arquillian Core and is always available.
A Global scope that last from manager start until manager shutdown.
- Version:
- $Revision: $