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

org.n0pe.mojo.examples.ExampleLocal Maven / Gradle / Ivy

package org.n0pe.mojo.examples;


import javax.ejb.Local;


@Local
public interface ExampleLocal {


    String sayHelloTo(String givenName);


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy