BAEL-5674: added code examples for the article

This commit is contained in:
emanueltrandafir1993
2022-08-13 18:44:03 +02:00
parent a800f72b99
commit 536866c40b
5 changed files with 350 additions and 0 deletions
@@ -53,6 +53,12 @@
<artifactId>jmh-generator-annprocess</artifactId>
<version>${jmh-generator.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>