We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@Contract
1 parent da89251 commit 9166688Copy full SHA for 9166688
spring-core/src/main/java/org/springframework/lang/Contract.java
@@ -72,10 +72,4 @@
72
* Contains the contract clauses describing causal relations between call arguments and the returned value.
73
*/
74
String value() default "";
75
-
76
- /**
77
- * Specifies if this method is pure, i.e. has no visible side effects. This may be used for more precise data flow analysis, and
78
- * to check that the method's return value is actually used in the call place.
79
- */
80
- boolean pure() default false;
81
}
0 commit comments