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

foo.bar.TestResource Maven / Gradle / Ivy

package foo.bar;

import bz.gsn.djinn.core.resource.Resource;

@SuppressWarnings("unused")
public class TestResource extends Resource {

	public TestResource() {
		System.out.println("I just got instantiated!");
	}
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy