Annotation Type BeforeScopeEnd


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    public @interface BeforeScopeEnd
    An annotation used by objects that want to receive scope ending events from the DI registry.

    Annotated method must be public and have no parameters. Return type is ignored by the event dispatcher.

    Since:
    3.1