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

com.buschmais.jqassistant.plugin.java.api.model.IndexTemplate Maven / Gradle / Ivy

package com.buschmais.jqassistant.plugin.java.api.model;

import com.buschmais.xo.neo4j.api.annotation.Property;

public interface IndexTemplate {

    @Property("index")
    int getIndex();

    void setIndex(int index);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy