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

com.github.jy2.di.example.MainKissOfDeath Maven / Gradle / Ivy

There is a newer version: 0.0.39
Show newest version
package com.github.jy2.di.example;

import java.io.IOException;

import com.github.jy2.di.JyroscopeDi;
import com.github.jy2.di.exceptions.CreationException;

public class MainKissOfDeath {

	public static void main(String[] args) throws CreationException, IOException {

		JyroscopeDi hzDi = new JyroscopeDi("jy2_di_example", args);
		hzDi.start();
		
		throw new OutOfMemoryError();
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy