@Retention(value=RUNTIME) @Target(value={CONSTRUCTOR,METHOD,TYPE}) public @interface Deterministic
Deterministic functions can be factored out by optimizer to static fields.
Copyright © 2012–2023 The Apache Software Foundation. All rights reserved.