Package com.flowable.platform.common.el
Annotation Interface NotAllowedInStrictMode
Annotation indicating that a method should not be executed in strict mode.
Can be used in combination with
@AllowedInStrictMode
on classes.- Author:
- Filip Hrisafov
- See Also: