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

io.github.kilmajster.blog.data.PostsRepository Maven / Gradle / Ivy

There is a newer version: 0.3
Show newest version
package io.github.kilmajster.blog.data;

import java.util.List;

public interface PostsRepository {

  List getPosts();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy