![JAR search and dependency download from the Maven repository](/logo.png)
uk.nhs.ciao.docs.parser.PropertyVisitor Maven / Gradle / Ivy
The newest version!
package uk.nhs.ciao.docs.parser;
/**
* Visits properties within a dynamic property structure
*/
public interface PropertyVisitor {
/**
* Visits a property
*
* @param name The name of the property
* @param value The value of the property
*/
void onProperty(final PropertyName name, final Object value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy