Annotation Type AppServer


  • @Documented
    @Retention(RUNTIME)
    @Scope
    @Target({TYPE,METHOD})
    public @interface AppServer
    AppServer is the scope for objects whose life cycles are tied to the life cycle of the application server. They are created when the application server is created and they are destroyed when the application server is destroyed.
    Author:
    j.j.snyder