>  
>  public class DiskCreationBinder extends BindToJsonPayload {
>  
> -   @Inject
> -   public DiskCreationBinder(Json jsonBinder) {
> +   @Inject public DiskCreationBinder(Json jsonBinder) {

less lines, explicitly states that this is an injected constructor. This is
a style I've seen common in recent google and square projects, since they
invented Inject, and the former style looks uglier, I prefer to follow.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/64/files#r19376684

Reply via email to