Annotation Interface AllowedInStrictMode


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @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: