@@ -488,12 +488,12 @@ Build tools and IDEs
488
488
489
489
### javac
490
490
491
- Download [ freebuilder-1.10.1 .jar] [ ] and add it to the classpath (or
491
+ Download [ freebuilder-1.10.2 .jar] [ ] and add it to the classpath (or
492
492
processorpath, if you supply one) on the command line. If [ Guava] is
493
493
available, FreeBuilder will use it to generate cleaner, more
494
494
interoperable implementation code (e.g returning [ immutable collections] ).
495
495
496
- [ freebuilder-1.10.1 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.10.1 /freebuilder-1.10.1 .jar
496
+ [ freebuilder-1.10.2 .jar ] : http://repo1.maven.org/maven2/org/inferred/freebuilder/1.10.2 /freebuilder-1.10.2 .jar
497
497
[ immutable collections ] : https://github.com/google/guava/wiki/ImmutableCollectionsExplained
498
498
499
499
### Maven
@@ -505,7 +505,7 @@ Add the `@FreeBuilder` artifact as an optional dependency to your Maven POM:
505
505
<dependency >
506
506
<groupId >org.inferred</groupId >
507
507
<artifactId >freebuilder</artifactId >
508
- <version >1.10.1 </version >
508
+ <version >1.10.2 </version >
509
509
<optional >true</optional >
510
510
</dependency >
511
511
</dependencies >
@@ -519,7 +519,7 @@ interoperable implementation code (e.g returning [immutable collections]).
519
519
Add the following lines to your dependencies:
520
520
521
521
```
522
- compile 'org.inferred:freebuilder:1.10.1 '
522
+ compile 'org.inferred:freebuilder:1.10.2 '
523
523
```
524
524
525
525
If [ Guava] is available, FreeBuilder will use it to generate cleaner, more
@@ -529,21 +529,21 @@ interoperable implementation code (e.g returning [immutable collections]).
529
529
530
530
_ Condensed from [ Eclipse Indigo's documentation] [ ] ._
531
531
532
- Download [ freebuilder-1.10.1 .jar] [ ] and add it to your project. Select it,
532
+ Download [ freebuilder-1.10.2 .jar] [ ] and add it to your project. Select it,
533
533
right-click and choose ** Build path > Add to Build path** .
534
534
535
535
In your projects properties dialog, go to ** Java Compiler > Annotation
536
536
Processing** and ensure ** Enable annotation processing** is checked.
537
537
Next, go to ** Java Compiler > Annotation Processing > Factory Path** , select
538
- ** Add JARs** , and select ` freebuilder-1.10.1 .jar ` .
538
+ ** Add JARs** , and select ` freebuilder-1.10.2 .jar ` .
539
539
540
540
[ Eclipse Indigo's documentation ] : http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.isv%2Fguide%2Fjdt_apt_getting_started.htm
541
541
542
542
### IntelliJ
543
543
544
544
_ Condensed from the [ IntelliJ 14.0.3 documentation] [ ] and [ Auto Issue #106 ] [ ] ._
545
545
546
- Download [ freebuilder-1.10.1 .jar] [ ] , add it to your project, right-click it
546
+ Download [ freebuilder-1.10.2 .jar] [ ] , add it to your project, right-click it
547
547
and select ** Use as Project Library** .
548
548
549
549
In your Settings, go to ** Build, Execution, Deployment > Compiler > Annotation
0 commit comments