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

xapi.source.api.HasImports Maven / Gradle / Ivy

package xapi.source.api;

public interface HasImports {

  Iterable getImports();
  boolean hasImports();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy