We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14170a3 commit 425266fCopy full SHA for 425266f
1 file changed
README.md
@@ -343,3 +343,17 @@ public class CarPainter {
343
}
344
```
345
346
+### Experimental Annotations
347
+
348
+Experimental annotations should not be used in a production setting, but are
349
+included to allow Diffblue to perform experiments with new features.
350
351
+> [!NOTE]
352
+> The annotations in the `experimental` package can change at any time.
353
+>
354
+> Do not rely on them in production code!
355
356
+#### Using `@InTestsUseLLM`
357
358
+Indicates that LLMs can be used in this context.
359
0 commit comments