Skip to content

Commit 9a83626

Browse files
committed
Enable annotation processing in eclipse
1 parent 7c92f93 commit 9a83626

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

java/client/.classpath

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,10 @@
4545
<classpathentry kind="lib" path="/third-party/java/okio/okio-1.13.0.jar"/>
4646
<classpathentry kind="lib" path="/third-party/java/auto/auto-common-0.8.jar" sourcepath="/third-party/java/auto/auto-common-0.8-sources.jar"/>
4747
<classpathentry kind="lib" path="/third-party/java/service/auto-service-1.0-rc4.jar" sourcepath="/third-party/java/service/auto-service-1.0-rc4-sources.jar"/>
48+
<classpathentry kind="src" path=".apt_generated">
49+
<attributes>
50+
<attribute name="optional" value="true"/>
51+
</attributes>
52+
</classpathentry>
4853
<classpathentry kind="output" path="build/production"/>
4954
</classpath>

java/client/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ org.eclipse.jdt.core.compiler.debug.localVariable=generate
99
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
1010
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1111
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
12+
org.eclipse.jdt.core.compiler.processAnnotations=enabled
1213
org.eclipse.jdt.core.compiler.source=1.8

0 commit comments

Comments
 (0)