@Target(value=METHOD) @Retention(value=RUNTIME) public @interface PostActivate
The method to which this annotation is applied must have the following signature.
void <METHOD>()The method can have public, private, protected, or package level access. It must not be declared as final or static.
Copyright © 2013. All Rights Reserved.