@Scope
@Documented
@Retention(value=RUNTIME)
public @interface Singleton
 Annotation is based on JSR-330 standard but placed in own package to be
 consistent with Prototype annotation which is not directly provided
 by JSR-330 API.
 
 Original Singleton annotation can be still used