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

io.magentys.screens.annotations.ScreenElement Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package io.magentys.screens.annotations;

/**
 * Created by kostasmamalis on 21/04/16.
 */
public interface ScreenElement {

    String getAlias();

    ScreenElement withAlias(String aliasValue);

    ScreenElement withDefaultValue(String defaultValue);

    ScreenElement withMemoryKey(String memoryKey);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy