> +import com.vmware.vim25.mo.ScheduledTaskManager; > +import com.vmware.vim25.mo.ServerConnection; > +import com.vmware.vim25.mo.SessionManager; > +import com.vmware.vim25.mo.TaskManager; > +import com.vmware.vim25.mo.ViewManager; > +import com.vmware.vim25.mo.VirtualDiskManager; > +import org.jclouds.rest.annotations.Delegate; > + > +import java.io.Closeable; > + > +/** > + * Provides access to vSphere resources via their REST API. > + * <p/> > + * > + * @see <a > href="https://communities.vmware.com/community/vmtn/developer/forums/vspherewebsdk" > /> > + * based on Andrea Turli work.
@nacx Maybe it's just me, but this could also read as though the SDK itself is based on Andrea's work? And shouldn't attributions and credit be in the commit message(s), rather than the source files since we've stopped using `@author`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/61/files#r14219087
