Package com.flowable.platform.common.el
Annotation Interface AllowedInStrictMode
Annotation indicating that the method or methods in a class can be executed in strict mode.
If this is used on a class the
@NotAllowedInStrictMode
can be used to disable certain methods to be executed in strict mode.
Note: this is only relevant for public methods, non-public methods are never executed.- Author:
- Filip Hrisafov
- See Also: