@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) @Scope(value=ApplicationContext.class) public @interface Application
@Application
-annotated component is sustained in servlet context.
If the application is not running in Web environment, this scope becomes
equal to Singleton
scope.Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.