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

org.openfact.models.Constants Maven / Gradle / Ivy

The newest version!
package org.openfact.models;

public interface Constants {

    String KEY = "key";

    // Indication to that organization keys should be re-generated
    String GENERATE = "GENERATE";

    int DEFAULT_MAX_RESULTS = 100;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy