Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann authored Feb 8, 2024
1 parent fa3d660 commit 1785017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Refactoring of an existing fluent api can therefore be a very complex thing to d

This project provides an annotation processor that generates fluent api implementations and therefore completely hiding all necessary boilerplate code.
To achieve this all that needs to be done is to define some fluent and backing bean interfaces and command classes and to configure its "plumbing" by placing a few annotations.
.


# Features
- fluent api is created by defining some interfaces and placing some annotations on them
Expand All @@ -22,7 +22,7 @@ To achieve this all that needs to be done is to define some fluent and backing b
- implementing, extending and maintaining of an immutable, fluent api becomes a no-brainer

# Restrictions
- fluent interfaces must not contain any cycles and must be strongly hierarchically
- backing bean interfaces must not contain any cycles and must be strongly hierarchical

# How does it work?

Expand Down

0 comments on commit 1785017

Please sign in to comment.