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

org.mapfish.print.processor.InternalValue 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 output parameter as debug value. If no mapping is defined for this value, and if there
 * would be a conflict with an other value that has the same name, a mapping is created automatically with a
 * random name.
 */
@Target(value = ElementType.FIELD)
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
public @interface InternalValue {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy