added javadoc to FormSigningModule

This commit is contained in:
adriancole 2013-04-10 08:12:30 -07:00
parent 4a41e245f4
commit 24e2bb57d6
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ import org.jclouds.rest.RequestSigner;
import com.google.inject.Provides;
/**
* Configures signature process and dependencies needed for AWS Query apis
* (which we sent as POST requests, hence the name Form).
*
* @author Adrian Cole
*/