An open API service indexing awesome lists of open source software.

https://github.com/dve/bean-auto-utils

Automated compile time toString/hashCode/equals genrator
https://github.com/dve/bean-auto-utils

Last synced: 7 months ago
JSON representation

Automated compile time toString/hashCode/equals genrator

Awesome Lists containing this project

README

          

# bean-auto-utils
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/f712951f2e3841a6bcb214b062ff74e1)](https://www.codacy.com/app/dve/bean-auto-utils?utm_source=github.com&utm_medium=referral&utm_content=dve/bean-auto-utils&utm_campaign=Badge_Grade) [![Build Status](https://travis-ci.org/dve/bean-auto-utils.svg?branch=master)](https://travis-ci.org/dve/bean-auto-utils) [![Maven Central](https://img.shields.io/maven-central/v/net.vergien.bau/bean-auto-utils-parent.svg)]()

Java annotation processor to generate `hashCode()`, `toString()` and `equals(Object other)` implementations.