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

info.freelibrary.iiif.presentation.v3.properties.Behavior Maven / Gradle / Ivy

There is a newer version: 0.12.4
Show newest version

package info.freelibrary.iiif.presentation.v3.properties;

/**
 * An interface for behavior implementations.
 */
public interface Behavior {

    /**
     * Returns the string representation of the behavior.
     *
     * @return The string representation of the behavior
     */
    @Override
    String toString();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy