Annotation Type ApplicationScopedByDefault


  • @ApplicationScoped
    @Stereotype
    @Target(TYPE)
    @Retention(RUNTIME)
    public @interface ApplicationScopedByDefault
    This annotation can be used to set ApplicationScoped as default scope
    Version:
    $Id$
    Author:
    Nicolas Filotto