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

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

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

import spoon.examples.factory.src.A;

public class AImpl1 implements A {

	public void m1() {
		System.out.println("executing AImpl1.m1");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy