Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann committed Sep 30, 2023
1 parent f1e8b39 commit 35b6eeb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Why you should use this project?

Nowadays no one could imagine Java development without annotations. They allow you to provide meta-data in your source
Nowadays, no one could imagine Java development without annotations. They allow you to provide meta-data in your source
code which can either be processed at runtime via reflection or at compile time by using annotation processors.

Annotation processors allow you
Expand Down Expand Up @@ -319,6 +319,13 @@ try{

Please check [template engine](templating) for further information.

## Alternative way for creating source and resource files

You don't have to use the builtin template library.
You can also use any other template library or even java-poet or kotlin-poet for source and resource file creation.
The FilerUtils utility class also provides a way to write Strings to Source and Resource files.


# Projects using this toolkit library

- [bean-builder](https://github.com/toolisticon/bean-builder) : An annotation processor to generate fluent instance
Expand Down

0 comments on commit 35b6eeb

Please sign in to comment.