Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Mar 16, 2011
1 parent c7b9543 commit 1055812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,7 +5,7 @@ BuilderGen uses [APT](http://download.oracle.com/javase/6/docs/technotes/guides/

## 3 simple steps

* Configure your project to use BuilderGen annotation processing (instructions [in the wiki](https://github.com/pyricau/BuilderGen/wiki)!)
* Configure your project to use BuilderGen annotation processing. Instructions [in the wiki](https://github.com/pyricau/BuilderGen/wiki).
* Add @Buildable to any class you wish.
* A builder is automatically created for this class.

Expand All @@ -32,7 +32,7 @@ BuilderGen automatically generates a PersonBuilder, and you can now do the follo
Person john42 = builder.name("John Smith").age(42).build();
Person john69 = builder.age(69).build();

Want to get started with BuilderGen ? Read [the wiki](https://github.com/pyricau/BuilderGen/wiki)!
[Get started](https://github.com/pyricau/BuilderGen/wiki) with BuilderGen!

## Generated code

Expand Down

0 comments on commit 1055812

Please sign in to comment.