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

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");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy