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

com.likethesalad.tools.resource.collector.source.ResourceSource.kt Maven / Gradle / Ivy

There is a newer version: 2.4.0
Show newest version
package com.likethesalad.tools.resource.collector.source

import com.likethesalad.tools.resource.api.Resource

interface ResourceSource {
    fun getSource(): Any
    fun getScope(): Resource.Scope
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy