org.mapfish.print.processor.InputOutputValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of print-lib Show documentation
Show all versions of print-lib Show documentation
Library for generating PDFs and images from online webmapping services
package org.mapfish.print.processor;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
/**
* Marks a processor input parameter as input output value. To be used it he modify the value.
*/
@Target(value = ElementType.FIELD)
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
public @interface InputOutputValue {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy