commit | db553d38574548ddc79e64a628dde951baa8f60e | [log] [tgz] |
---|---|---|
author | Christian Edward Gruber <cgruber@google.com> | Tue Apr 08 15:13:32 2014 -0700 |
committer | Christian Edward Gruber <cgruber@google.com> | Wed May 21 11:14:18 2014 -0700 |
tree | 0cd9382861be19b7c96dbd82252e72c8facee38c | |
parent | 6c9646cd3fca71cec453fb8d9461d2bdb9edec60 [diff] |
List currently released version of auto-factory.
A collection of source code generators for 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.
AutoFactory - JSR-330-compatible factories
Latest version: 0.1-beta1
AutoService - Provider-configuration files for ServiceLoader
Latest version: 1.0-rc1
AutoValue - Immutable value-type code generation for Java 1.6+.
Latest version: 1.0-rc1
Copyright 2013 Google, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.