org.mapfish.print.attribute.IntegerAttribute Maven / Gradle / Ivy
package org.mapfish.print.attribute;
/**
* An integer type attribute.
* [[examples=verboseExample]]
*/
public class IntegerAttribute extends PrimitiveAttribute {
/**
* Constructor.
*/
public IntegerAttribute() {
super(Integer.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy