gerrit/.settings
Dave Borowitz 08180de4de Support AutoValue
AutoValue[1] is a lightweight annotation-processor-based library for
implementing classes with simple, obvious value semantics.

Add support for AutoValue to build rules and Eclipse project
generation. Buck does not currently have an officially-supported
interface for specifying annotation processor dependencies[2], so we
have to take the slightly ugly approach of monkey-patching
java_library and java_test to add annotation processor arguments to
each rule that requires annotation processing; hopefully this ugliness
can be reduced in the future.

[1] https://github.com/google/auto/tree/master/value
[2] https://github.com/facebook/buck/issues/85

Change-Id: I8b49d6f9f25d61688b667d964848c6ce106ae4ec
2014-11-08 08:31:08 -08:00
..
org.eclipse.core.resources.prefs Build with Buck 2013-05-09 13:40:36 +00:00
org.eclipse.core.runtime.prefs Build with Buck 2013-05-09 13:40:36 +00:00
org.eclipse.jdt.core.prefs Support AutoValue 2014-11-08 08:31:08 -08:00
org.eclipse.jdt.ui.prefs Build with Buck 2013-05-09 13:40:36 +00:00