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

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

The 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 - 2024 Weber Informatics LLC | Privacy Policy