org.alfasoftware.astra.example.target.FooBarInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of astra-example Show documentation
Show all versions of astra-example Show documentation
Astra is a Java tool for analysing and refactoring Java source code. This module contains example uses.
package org.alfasoftware.astra.example.target;
public interface FooBarInterface {
// Switch to doBar
void doFoo();
void doBar();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy