@@ -369,12 +369,12 @@ Build tools and IDEs
369
369
370
370
### javac
371
371
372
- Download [ freebuilder-1.6 .jar] [ ] and add it to the classpath (or
372
+ Download [ freebuilder-1.7 .jar] [ ] and add it to the classpath (or
373
373
processorpath, if you supply one) on the command line. If [ Guava] is
374
374
available, FreeBuilder will use it to generate cleaner, more
375
375
interoperable implementation code (e.g returning [ immutable collections] ).
376
376
377
- [ freebuilder-1.6 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.6 /freebuilder-1.6 .jar
377
+ [ freebuilder-1.7 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.7 /freebuilder-1.7 .jar
378
378
[ immutable collections ] : https://github.com/google/guava/wiki/ImmutableCollectionsExplained
379
379
380
380
### Maven
@@ -386,7 +386,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
386
386
<dependency >
387
387
<groupId >org.inferred</groupId >
388
388
<artifactId >freebuilder</artifactId >
389
- <version >1.6 </version >
389
+ <version >1.7 </version >
390
390
<optional >true</optional >
391
391
</dependency >
392
392
</dependencies >
@@ -400,7 +400,7 @@ interoperable implementation code (e.g returning [immutable collections]).
400
400
Add the following lines to your dependencies:
401
401
402
402
```
403
- compile 'org.inferred:freebuilder:1.6 '
403
+ compile 'org.inferred:freebuilder:1.7 '
404
404
```
405
405
406
406
If [ Guava] is available, FreeBuilder will use it to generate cleaner, more
@@ -410,21 +410,21 @@ interoperable implementation code (e.g returning [immutable collections]).
410
410
411
411
_ Condensed from [ Eclipse Indigo's documentation] [ ] ._
412
412
413
- Download [ freebuilder-1.6 .jar] [ ] and add it to your project. Select it,
413
+ Download [ freebuilder-1.7 .jar] [ ] and add it to your project. Select it,
414
414
right-click and choose ** Build path > Add to Build path** .
415
415
416
416
In your projects properties dialog, go to ** Java Compiler > Annotation
417
417
Processing** and ensure ** Enable annotation processing** is checked.
418
418
Next, go to ** Java Compiler > Annotation Processing > Factory Path** , select
419
- ** Add JARs** , and select ` freebuilder-1.6 .jar ` .
419
+ ** Add JARs** , and select ` freebuilder-1.7 .jar ` .
420
420
421
421
[ Eclipse Indigo's documentation ] : http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Fguide%2Fjdt_apt_getting_started.htm
422
422
423
423
### IntelliJ
424
424
425
425
_ Condensed from the [ IntelliJ 14.0.3 documentation] [ ] and [ Auto Issue #106 ] [ ] ._
426
426
427
- Download [ freebuilder-1.6 .jar] [ ] , add it to your project, right-click it
427
+ Download [ freebuilder-1.7 .jar] [ ] , add it to your project, right-click it
428
428
and select ** Use as Project Library** .
429
429
430
430
In your Settings, go to ** Build, Execution, Deployment > Compiler > Annotation
0 commit comments