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

spoon.examples.factory.src.impl1.BImpl1 Maven / Gradle / Ivy

The newest version!
package spoon.examples.factory.src.impl1;

import spoon.examples.factory.src.B;

public class BImpl1 implements B {

	public void m2() {
		System.out.println("executing BImpl1.m2");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy