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

com.firefly.example.ioc.HelloService Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package com.firefly.example.ioc;

/**
 * @author Pengtao Qiu
 */
public interface HelloService {
    void print();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy