Form Field
@Target(allowedTargets = [AnnotationTarget.PROPERTY, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.FIELD ] )
Indicates that this is a form field. Only necessary for renaming and other customization. IMPORTANT: In Kotlin this annotation must be on the property, as in @property:FormField("controlId") myProperty: String