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