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

org.noear.solon.cloud.extend.jmdns.XPluginImp Maven / Gradle / Ivy

There is a newer version: 3.0.0-M4
Show newest version
package org.noear.solon.cloud.extend.jmdns;

import org.noear.solon.core.AopContext;
import org.noear.solon.core.Plugin;

/**
 * @author noear
 * @since 1.10
 */
public class XPluginImp implements Plugin {
    //
    // https://vimsky.com/examples/detail/java-method-javax.jmdns.JmDNS.registerService.html
    //
    @Override
    public void start(AopContext context) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy