Annotation 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.