At first I thought the com.google.appengine.api.datastore.PostalAddress
class was going to provide some way of validating addresses entered by users in an App Engine app but I don't even know how to instantiate this class - it doesn't have a public constructor.
Is there a Java library that could be used in an App Engine app to validate postal addresses entered by users?