Package co.paralleluniverse.actors
Annotation Type OnUpgrade
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface OnUpgrade
Specifies that a method is to be called after its class has been upgraded. Instance methods will be called for each upgraded instance, while static methods will be called once per class.