commit | 35254db69d47bdaed6d838f2750d26d6f23d5a7f | [log] [tgz] |
---|---|---|
author | Sorin Basca <sorinbasca@google.com> | Thu Feb 09 09:13:36 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 09 09:13:36 2023 +0000 |
tree | 60b8b03972c1212eb8e0f89daa260113017f092a | |
parent | 03eb9bb9bacc415340f93d8102723368d2da0f3a [diff] | |
parent | d2e2d859daff337687a7018dd780874f6d0d5b71 [diff] |
Pin tradefed dependencies to Java 11 am: d2e2d859da Original change: https://android-review.googlesource.com/c/platform/external/auto/+/2419111 Change-Id: Ia217d66e4ac943b5fed024f848dd1ba164b82661 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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
AutoService - Provider-configuration files for ServiceLoader
AutoValue - Immutable value-type code generation for Java 7+.
Common - Helper utilities for writing annotation processors.
Copyright 2013 Google LLC 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.