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

me.legrange.services.jetty.WithJetty Maven / Gradle / Ivy

There is a newer version: 4.5.4
Show newest version
package me.legrange.services.jetty;

import me.legrange.service.WithComponent;

/**
 *
 * @author gideon
 */
public interface WithJetty extends WithComponent {

   default JettyComponent jetty() {
        return getComponent(JettyComponent.class);
    }

    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy