Skip to content

Commit 494d502

Browse files
committed
Fixed typos/Update year
1 parent 5681b29 commit 494d502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Maven Central](https://img.shields.io/maven-central/v/io.jexxa.addend/Addend)](https://maven-badges.herokuapp.com/maven-central/io.jexxa.addend/Addend/) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
44

5-
A set of Java annotations which can be used to annotate your code with pattern language of Domain Driven Design. They serve as an additional documentation within your source code to ensure a high degree of pattern matching. In addition, they are available during runtime so that they can be used by both static analysis tools to improve code analysis and for runtime validation.
5+
A set of Java annotations which can be used to annotate your code with the pattern language of Domain Driven Design. They serve as additional documentation within your source code to ensure a high degree of pattern matching. In addition, they are available during runtime so that they can be used by both static analysis tools to improve code analysis and for runtime validation.
66

77
## Supported Java environments
88
* Java 11 (or higher)

0 commit comments

Comments
 (0)