
com.commercetools.sunrise.framework.reverserouters.ReflectionUtils Maven / Gradle / Ivy
The newest version!
package com.commercetools.sunrise.framework.reverserouters;
final class ReflectionUtils {
static Class> getClassByName(final String className) throws ClassNotFoundException {
return Class.forName(className, true, Thread.currentThread().getContextClassLoader());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy