Skip to content

Commit

Permalink
Merge pull request #35 from antkudruk/update-gradle-and-plugin-version
Browse files Browse the repository at this point in the history
Update gradle and plugin version
  • Loading branch information
antkudruk committed Oct 4, 2021
2 parents 4d7077c + ff22f9c commit 2ffac95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Library for Generating Adapters Based On Annotations in Java

**UniformFactory** is a
[Java library to generate adapters (wrappers) based on reflection](https://github.com/antkudruk/uniformfactory).
Adapters are classes implementing a common interface to manipulate different
classes the common way. **UniformFactory** tool generates adapters automatically
based on the annotations at their members.
classes the common way.

In the **Uniform Factory** library, we're using the term **wrapper**
to denote adapter class.
Expand Down

0 comments on commit 2ffac95

Please sign in to comment.