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

net.anotheria.anosite.blog.api.BlogAPIFactory Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package net.anotheria.anosite.blog.api;

import net.anotheria.anoplass.api.APIFactory;

/**
 * BlogAPI factory.
 * @author vbezuhlyi
 */
public class BlogAPIFactory implements APIFactory {

    @Override
    public BlogAPI createAPI() {
        return new BaseBlogAPIImpl();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy