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

org.alfasoftware.astra.example.target.FooBarInterface Maven / Gradle / Ivy

package org.alfasoftware.astra.example.target;

public interface FooBarInterface {

  // Switch to doBar
  void doFoo();

  void doBar();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy