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

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

There is a newer version: 3.22.0
Show newest version
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