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

io.thestencil.site.RuntimeConfig$$accessor Maven / Gradle / Ivy

There is a newer version: 1.148.34
Show newest version
package io.thestencil.site;
public final class RuntimeConfig$$accessor {
    private RuntimeConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_repo(Object __instance) {
        return ((RuntimeConfig)__instance).repo;
    }
    @SuppressWarnings("unchecked")
    public static void set_repo(Object __instance, Object repo) {
        ((RuntimeConfig)__instance).repo = (RepoConfig)repo;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy