@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface AvailableOnStoppedNode
Used to identify API methods that can be called if a Node is not started. All other API method calls will be rejected.
Used by the Bonita Engine server interceptor.
- Author:
- Emmanuel Duchastenier