JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
groovy.transform
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