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

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

Go to download

Astra is a Java tool for analysing and refactoring Java source code. This module contains example uses.

There is a newer version: 2.4.2
Show newest version
package org.alfasoftware.astra.example.target;

public interface FooBarInterface {

  // Switch to doBar
  void doFoo();

  void doBar();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy