All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mapfish.print.config.ConfigurationObject Maven / Gradle / Ivy

There is a newer version: 3.22.0
Show newest version
package org.mapfish.print.config;

import java.util.List;

/**
 * A flag interface for a configuration object.  This to allow spring to find them as plugins.
 * 

*/ public interface ConfigurationObject { /** * validate that the configuration was correct. * * @param validationErrors a list to add any detected errors to. * @param configuration the containing configuration */ void validate(List validationErrors, Configuration configuration); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy