XUtils

Auto

Generates factory, service, and value classes.


Auto

Build Status

A collection of source code generators for [Java][java].

Overview

[Java][java] is full of code that is mechanical, repetitive, typically untested and sometimes the source of subtle bugs. Sounds like a job for robots!

The Auto subprojects are a collection of code generators that automate those types of tasks. They create the code you would have written, but without the bugs.

Save time. Save code. Save sanity.

Subprojects

  • [AutoFactory] - JSR-330-compatible factories

    Maven Central

  • [AutoService] - Provider-configuration files for [ServiceLoader]

    Maven Central

  • [AutoValue] - Immutable [value-type] code generation for Java 7+.

    Maven Central

  • [Common] - Helper utilities for writing annotation processors.

    Maven Central


Articles

  • coming soon...