Builder pattern with annotations (Part 2)

It took me some time to get all for the annotation builder into central but it’s there. see previous article for details on usage

Insert the following dependencies to your maven build:

<dependency> 
 <groupId>
   nl.elucidator.patterns.builder.annotations
 </groupId> 
 <artifactId>builder-annotations-processor</artifactId>  
 <version>1.0.0</version> 
</dependency> 
<dependency>  
 <groupId>
  nl.elucidator.patterns.builder.annotations
 </groupId> 
 <artifactId>builder-annotations</artifactId> 
 <version>1.0.0</version>
</dependency> 
<dependency>
 <groupId>net.jcip</groupId>
 <artifactId>jcip-annotations</artifactId> 
 <version>1.0</version> 
</dependency>

And you can generate all your builders.