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

org.jclasslib.agent.NoModuleResolverImpl Maven / Gradle / Ivy

/*
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public
 License as published by the Free Software Foundation; either
 version 2 of the license, or (at your option) any later version.
 */

package org.jclasslib.agent;

public class NoModuleResolverImpl implements ModuleResolver {
    @Override
    public String getModuleName(Class c) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy