Skip to content
Snippets Groups Projects
Service.java 60 B
Newer Older
package ufrn.imd.service;

public interface Service<T> {

}