Hi devs, I have noticed a mix of the types returned by many of the APIs in the jclouds codebase and need your help. How do others feel about standardizing on returning primitive types, versus object types for all APIs:
boolean someMethod(); ? <- Most APIs return primitives Boolean someMethod(); ? This has come to my attention while unasyncing the Nova APIs. We need the APIs to be consistent. How do others feel about making a decision to go with one or the other? /jd