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

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

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

import io.github.jzdayz.annotation.RpcClient;

@RpcClient("a")
public interface Consumer {
    String get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy