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

com.clertonleal.proto.Configuration Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.clertonleal.proto;

public class Configuration {

    private boolean closeCursor;

    public boolean isClosingCursor() {
        return closeCursor;
    }

    public void closeCursor(boolean closeCursor) {
        this.closeCursor = closeCursor;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy