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

org.mapfish.print.attribute.InternalAttribute Maven / Gradle / Ivy

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

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * An annotation indicating that the attribute should not be printed in client config (client does not need to
 * know about it) because it is registered automatically.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface InternalAttribute {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy