demo.Bar Maven / Gradle / Ivy
package demo;
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author albert_kurucz
*/
public class Bar {
public void hello() {
System.out.println("hello Bar");
}
}