com.greenpepper.spy.MetaInformation Maven / Gradle / Ivy
package com.greenpepper.spy;
import java.util.List;
/**
* Information related to the specification but not directly linked to a FixtureDescription.
*/
public interface MetaInformation {
/**
* @return the list of imports present in the specification.
*/
List getImports();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy