package xapi.ui.api.components; import xapi.ui.api.Ui; /** * Created by james on 6/7/16. */ @Ui(type = "text-input", value = {}) public interface TextInput <T> extends Input<T> { }