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