
com.evasion.plugin.junit.HelloRemote Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion.plugin.junit;
import javax.ejb.Remote;
/**
*
* @author glon-56610
*/
@Remote
public interface HelloRemote {
String helloRemote();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy