@@ -432,12 +432,12 @@ Build tools and IDEs
432
432
433
433
### javac
434
434
435
- Download [ freebuilder-1.7.1 .jar] [ ] and add it to the classpath (or
435
+ Download [ freebuilder-1.7.2 .jar] [ ] and add it to the classpath (or
436
436
processorpath, if you supply one) on the command line. If [ Guava] is
437
437
available, FreeBuilder will use it to generate cleaner, more
438
438
interoperable implementation code (e.g returning [ immutable collections] ).
439
439
440
- [ freebuilder-1.7.1 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.7.1 /freebuilder-1.7.1 .jar
440
+ [ freebuilder-1.7.2 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.7.2 /freebuilder-1.7.2 .jar
441
441
[ immutable collections ] : https://github.com/google/guava/wiki/ImmutableCollectionsExplained
442
442
443
443
### Maven
@@ -449,7 +449,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
449
449
<dependency >
450
450
<groupId >org.inferred</groupId >
451
451
<artifactId >freebuilder</artifactId >
452
- <version >1.7.1 </version >
452
+ <version >1.7.2 </version >
453
453
<optional >true</optional >
454
454
</dependency >
455
455
</dependencies >
@@ -463,7 +463,7 @@ interoperable implementation code (e.g returning [immutable collections]).
463
463
Add the following lines to your dependencies:
464
464
465
465
```
466
- compile 'org.inferred:freebuilder:1.7.1 '
466
+ compile 'org.inferred:freebuilder:1.7.2 '
467
467
```
468
468
469
469
If [ Guava] is available, FreeBuilder will use it to generate cleaner, more
@@ -473,21 +473,21 @@ interoperable implementation code (e.g returning [immutable collections]).
473
473
474
474
_ Condensed from [ Eclipse Indigo's documentation] [ ] ._
475
475
476
- Download [ freebuilder-1.7.1 .jar] [ ] and add it to your project. Select it,
476
+ Download [ freebuilder-1.7.2 .jar] [ ] and add it to your project. Select it,
477
477
right-click and choose ** Build path > Add to Build path** .
478
478
479
479
In your projects properties dialog, go to ** Java Compiler > Annotation
480
480
Processing** and ensure ** Enable annotation processing** is checked.
481
481
Next, go to ** Java Compiler > Annotation Processing > Factory Path** , select
482
- ** Add JARs** , and select ` freebuilder-1.7.1 .jar ` .
482
+ ** Add JARs** , and select ` freebuilder-1.7.2 .jar ` .
483
483
484
484
[ Eclipse Indigo's documentation ] : http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Fguide%2Fjdt_apt_getting_started.htm
485
485
486
486
### IntelliJ
487
487
488
488
_ Condensed from the [ IntelliJ 14.0.3 documentation] [ ] and [ Auto Issue #106 ] [ ] ._
489
489
490
- Download [ freebuilder-1.7.1 .jar] [ ] , add it to your project, right-click it
490
+ Download [ freebuilder-1.7.2 .jar] [ ] , add it to your project, right-click it
491
491
and select ** Use as Project Library** .
492
492
493
493
In your Settings, go to ** Build, Execution, Deployment > Compiler > Annotation
0 commit comments