GUAC-1176: Field.Type is no longer absolutely all possible types - it is only the set of types supported by default.

This commit is contained in:
Michael Jumper
2015-06-08 10:16:32 -07:00
parent a532e22926
commit 68af0bab7e

View File

@@ -39,7 +39,11 @@ import org.codehaus.jackson.map.annotate.JsonSerialize;
public class Field {
/**
* All possible types of field.
* All types of fields which are available by default. Additional field
* types may be defined by extensions by using a unique field type name and
* registering that name with the form service within JavaScript.
*
* See FormService.js.
*/
public static class Type {