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