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

hu.ibello.search.Frames Maven / Gradle / Ivy

Go to download

Ibello is an easy-to-use automated test framework for web applications. It's public API is ibello-api.

There is a newer version: 1.22.0
Show newest version
package hu.ibello.search;

import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

@Retention(RUNTIME)
@Target(ElementType.TYPE)
public @interface Frames {

	Frame[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy