Skip to content

Commit 425266f

Browse files
committed
Add readme for the experimental annotations
1 parent 14170a3 commit 425266f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,17 @@ public class CarPainter {
343343
}
344344
```
345345

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

Comments
 (0)