Annotation Type Pure


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface Pure
Marks the return value of "pure" method only comes from expressions involving constants or other pure methods.
Since:
4.0.0