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

com.greenpepper.spy.MetaInformation Maven / Gradle / Ivy

There is a newer version: 4.2.4
Show newest version
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