blob: ea1895525c996dc35425280369ef3dccbbde084d [file] [log] [blame]
package org.example.service;
public interface Foo {
public void doSomething();
}