Annotation Interface OnReload
Marks a method to be executed when the service is reloaded.
-
Optional Element Summary
Optional Elements
-
Element Details
-
after
Class<?>[] afterThe priority of this method. The higher the priority, the earlier it will be executed- Returns:
- The priority of this method
- Default:
{}
-
before
Class<?>[] beforeThe priority of this method. The higher the priority, the earlier it will be executed- Returns:
- The priority of this method
- Default:
{}
-