org.apache.cayenne.di
Annotation Type BeforeScopeEnd


@Target(value=METHOD)
@Retention(value=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



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.