document unused field through the api

This commit is contained in:
Athou
2013-06-18 13:08:36 +02:00
parent 238a57cc27
commit cb9924718f

View File

@@ -22,6 +22,7 @@ public class RegistrationRequest implements Serializable {
@ApiProperty(value = "email address for password recovery", required = true)
private String email;
@ApiProperty(value = "not used through the api", required = false)
private boolean googleImport = true;
public String getName() {