Marker interface for a configuration bean that supports a nullValue property.
nullValue
424344454647484950
* @exception Exception if a parsing error occurs */ public void begin(String namespace, String name, Attributes attributes) throws Exception { NullValueHolder config = (NullValueHolder) digester.peek(); config.setNullValue(true); }