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

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