![JAR search and dependency download from the Maven repository](/logo.png)
io.johnsonlee.playground.sandbox.resources.ResourceNamespacing.kt Maven / Gradle / Ivy
package io.johnsonlee.playground.sandbox.resources
enum class ResourceNamespacing {
/**
* Resources are not namespaced.
*/
DISABLED,
/**
* Resources must be namespaced.
*/
REQUIRED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy