WEBPIECESxPACKAGE.base.libs.SomeLibraryImpl Maven / Gradle / Ivy
package WEBPIECESxPACKAGE.base.libs;
public class SomeLibraryImpl implements SomeLibrary {
@Override
public void doSomething(int something) {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy