@Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD}) public @interface Pure
Mark the return value of "pure" method only comes from expressions involving constants or other pure methods
class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.