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

io.github.jzdayz.Provider Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package io.github.jzdayz;

import io.github.jzdayz.annotation.RpcProvider;

@RpcProvider("a")
public class Provider {
    public String get(){
        return "hello";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy