package org.argeo.api.gcr; import java.util.function.Supplier; public interface ContentRepository extends Supplier { }