# jooq/joor

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/jooq-joor).**

2,830 stars · 375 forks · Java · Apache-2.0

## Links

- GitHub: https://github.com/jOOQ/jOOR
- Homepage: http://www.jooq.org/products
- awesome-repositories: https://awesome-repositories.com/repository/jooq-joor.md

## Description

jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.

## Tags

### Part of an Awesome List

- [Introspection and Reflection](https://awesome-repositories.com/f/awesome-lists/devtools/introspection-and-reflection.md) — Simple wrapper for the standard Java reflection package.
