@@ -340,10 +340,10 @@ Build tools and IDEs
340
340
341
341
### javac
342
342
343
- Download [ freebuilder-1.0-rc8 .jar] [ ] and add it to the classpath (or
343
+ Download [ freebuilder-1.0-rc9 .jar] [ ] and add it to the classpath (or
344
344
processorpath, if you supply one) on the command line.
345
345
346
- [ freebuilder-1.0-rc8 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.0-rc8 /freebuilder-1.0-rc8 .jar
346
+ [ freebuilder-1.0-rc9 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.0-rc9 /freebuilder-1.0-rc9 .jar
347
347
348
348
### Maven
349
349
@@ -354,7 +354,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
354
354
<dependency >
355
355
<groupId >org.inferred</groupId >
356
356
<artifactId >freebuilder</artifactId >
357
- <version >1.0-rc8 </version >
357
+ <version >1.0-rc9 </version >
358
358
<optional >true</optional >
359
359
</dependency >
360
360
</dependencies >
@@ -365,28 +365,28 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
365
365
Add the following line to your dependencies:
366
366
367
367
```
368
- compile 'org.inferred:freebuilder:1.0-rc8 '
368
+ compile 'org.inferred:freebuilder:1.0-rc9 '
369
369
```
370
370
371
371
### Eclipse
372
372
373
373
_ Condensed from [ Eclipse Indigo's documentation] [ ] ._
374
374
375
- Download [ freebuilder-1.0-rc8 .jar] [ ] and add it to your project. Right-click it
375
+ Download [ freebuilder-1.0-rc9 .jar] [ ] and add it to your project. Right-click it
376
376
and select ** Build path > Add to Build path** .
377
377
378
378
In your projects properties dialog, go to ** Java Compiler > Annotation
379
379
Processing** and ensure ** Enable annotation processing** is checked.
380
380
Next, go to ** Java Compiler > Annotation Processing > Factory Path** , select
381
- ** Add JARs** , and select ` freebuilder-1.0-rc8 .jar ` .
381
+ ** Add JARs** , and select ` freebuilder-1.0-rc9 .jar ` .
382
382
383
383
[ Eclipse Indigo's documentation ] : http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Fguide%2Fjdt_apt_getting_started.htm
384
384
385
385
### IntelliJ
386
386
387
387
_ Condensed from the [ IntelliJ 14.0.3 documentation] [ ] and [ Auto Issue #106 ] [ ] ._
388
388
389
- Download [ freebuilder-1.0-rc8 .jar] [ ] , add it to your project, right-click it and
389
+ Download [ freebuilder-1.0-rc9 .jar] [ ] , add it to your project, right-click it and
390
390
select ** Use as Project Library** .
391
391
392
392
In your Settings, go to ** Build, Execution, Deployment > Compiler > Annotation
0 commit comments