Skip to content

Commit

Permalink
Remove the pure attribute from @Contract
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Oct 30, 2024
1 parent da89251 commit 9166688
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,4 @@
* Contains the contract clauses describing causal relations between call arguments and the returned value.
*/
String value() default "";

/**
* Specifies if this method is pure, i.e. has no visible side effects. This may be used for more precise data flow analysis, and
* to check that the method's return value is actually used in the call place.
*/
boolean pure() default false;
}

0 comments on commit 9166688

Please sign in to comment.