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

com.github.rutledgepaulv.qbuilders.delegates.concrete.LongPropertyDelegate Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
package com.github.rutledgepaulv.qbuilders.delegates.concrete;

import com.github.rutledgepaulv.qbuilders.builders.QBuilder;
import com.github.rutledgepaulv.qbuilders.delegates.virtual.NumberPropertyDelegate;
import com.github.rutledgepaulv.qbuilders.properties.concrete.LongProperty;
import com.github.rutledgepaulv.qbuilders.structures.FieldPath;

public final class LongPropertyDelegate> extends NumberPropertyDelegate implements LongProperty {

    public LongPropertyDelegate(FieldPath field, T canonical) {
        super(field, canonical);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy