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

eu.ciechanowiec.sling.rocket.jcr.path.WithJCRPath Maven / Gradle / Ivy

There is a newer version: 13.26.0
Show newest version
package eu.ciechanowiec.sling.rocket.jcr.path;

/**
 * Represents an abstraction that has an associated {@link JCRPath}.
 */
@FunctionalInterface
public interface WithJCRPath {

    /**
     * Returns the {@link JCRPath} associated with this abstraction.
     * @return {@link JCRPath} associated with this abstraction
     */
    JCRPath jcrPath();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy