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

org.mapfish.print.processor.CustomDependencies Maven / Gradle / Ivy

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

import java.util.Collection;
import javax.annotation.Nonnull;

/**
 * Classes that implement this interface indicate what she dynamically depends on, for the "values" input.
 * 

* The test for this class will be part of {@link org.mapfish.print.processor.jasper.MergeDataSourceProcessor} * and {@link org.mapfish.print.processor.jasper.DataSourceProcessor} tests . */ public interface CustomDependencies { /** * Get what we dynamically depends on, for the "values" input. */ @Nonnull Collection getDependencies(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy