Package graphql
Annotation Interface Contract
Custom contract annotation used for jspecify and NullAway checks.
This is the same as Spring does: we don't want any additional dependencies, therefore we define our own Contract annotation.
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueDescribing the contract between call arguments and the returned value.- Default:
""
-