
com.googlecode.wicketslides.SlideshowImage Maven / Gradle / Ivy
The newest version!
package com.googlecode.wicketslides;
public interface SlideshowImage {
String getLow();
String getHigh();
String getThumb();
String getTitle();
String getDescription();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy