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

org.redmine.ta.beans.Identifiable Maven / Gradle / Ivy

Go to download

Free open-source Java API for Redmine and Chiliproject bug/task management systems.

The newest version!
package org.redmine.ta.beans;

public interface Identifiable {
    public Integer getId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy