org.mapfish.print.processor.InternalValue 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 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