![JAR search and dependency download from the Maven repository](/logo.png)
com.dooapp.gaedo.finders.informers.BigDecimalFieldInformer Maven / Gradle / Ivy
package com.dooapp.gaedo.finders.informers;
import java.lang.reflect.Field;
import java.math.BigDecimal;
import com.dooapp.gaedo.finders.FieldInformer;
import com.dooapp.gaedo.properties.Property;
public class BigDecimalFieldInformer extends
ComparableFieldInformer {
public BigDecimalFieldInformer(Property source) {
super(source);
}
@Override
protected BigDecimalFieldInformer clone() {
return new BigDecimalFieldInformer(source);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy