Skip to content

Commit 9d95c56

Browse files
docs: add Java 17+ badge to README intro, refs #47 (#48)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 503a0c6 commit 9d95c56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
![Project Equilibrium summary output](docs/images/equilibrium-logo-v1.0.0.png)
66

77
[![Maven Central](https://img.shields.io/maven-central/v/io.github.soulcodingmatt/equilibrium.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/io.github.soulcodingmatt/equilibrium)
8+
[![Java 17+](https://img.shields.io/badge/Java-17%2B-blue?logo=openjdk&logoColor=white)](https://github.com/soulcodingmatt/equilibrium)
89
[![License](https://img.shields.io/github/license/soulcodingmatt/equilibrium)](https://github.com/soulcodingmatt/equilibrium/blob/main/LICENSE)
910

1011
Annotate your domain model once; Project Equilibrium’s **annotation processor** generates matching **transfer types** so names, packages, and structure stay aligned. You still map *data* however you like (constructors, MapStruct, hand-written code) — this project focuses on **generating the shapes** with compile-time validation and optional Jakarta constraints on generated members.

0 commit comments

Comments
 (0)