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