![JAR search and dependency download from the Maven repository](/logo.png)
org.aopalliance.reflect.ClassLocator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hello-world-plugin Show documentation
Show all versions of hello-world-plugin Show documentation
Kill Bill Hello World plugin
The newest version!
package org.aopalliance.reflect;
/**
* This interface represents a specific unit locator for base program
* classes.
*
* For instance, this locator can represent a given class, or a
* given classes set (e.g. all the classes of a given package or all
* the classes that implement a given interface).
*
* @see ProgramUnit#getLocator()
* @see Class#getClassLocator() */
public interface ClassLocator extends UnitLocator {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy