/** Allows the validation decorator to write markup before the field itself writes markup. */
 @BeginRender
 final void beforeDecorator() {
   decorator.beforeField(this);
 }