Annotation Interface OnDestroy


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface OnDestroy
Marks an annotated method as a method invoked before destroying a controller. When a method is called, a controller owing the method is locked. Accessing fields of the controller owing the method, thus, is thread safe.