Exit Full View

Feather2 / feather2-javaexamples / src / main / java / compareInterface / InterfaceFoo.java

package compareInterface;

/**
 * See CompareInterfaceMethod
 */
public interface InterfaceFoo {
    int plusTwo();
}