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

org.arquillian.ape.spi.PopulatorService Maven / Gradle / Ivy

There is a newer version: 2.0.0-alpha.7
Show newest version
package org.arquillian.ape.spi;

/**
 * Base class tha all integrations with Populator must implements.
 */
public interface PopulatorService {

    /**
     * Get annotation used in enricher to inject service backed by this implementation.
     * This annotation must be meta-annotated with org.arquillian.cube.populator.api.Populator annotation.
     *
     * @return Annotation used for identifying this service.
     */
    Class getPopulatorAnnotation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy