summaryrefslogtreecommitdiffstats
path: root/.settings
diff options
context:
space:
mode:
authorDave Borowitz <dborowitz@google.com>2014-11-06 15:39:34 -0800
committerShawn Pearce <sop@google.com>2014-11-08 08:31:08 -0800
commit08180de4deb931a8fa29a579ce4d40f885054cca (patch)
tree0c935fe72c2971aa090a473464cf1758549da1e2 /.settings
parentf4893d3d42c7d86fc9595f721222a8accaec3bac (diff)
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
Diffstat (limited to '.settings')
-rw-r--r--.settings/org.eclipse.jdt.core.prefs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs
index b0cf0cbec8..286d59b2c2 100644
--- a/.settings/org.eclipse.jdt.core.prefs
+++ b/.settings/org.eclipse.jdt.core.prefs
@@ -89,6 +89,7 @@ org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
org.eclipse.jdt.core.compiler.problem.unusedTypeParameter=ignore
org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
+org.eclipse.jdt.core.compiler.processAnnotations=enabled
org.eclipse.jdt.core.compiler.source=1.7
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16