@Retention(value=RUNTIME) @Target(value={CONSTRUCTOR,METHOD,TYPE}) public @interface NonDeterministic
The function is treated as non-deterministic even if
@Deterministic annotation is present at class level.
Copyright © 2012-2024 Apache Software Foundation. All Rights Reserved.