org.aopalliance.reflect.UnitLocator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-cloud-contract-shade Show documentation
Show all versions of spring-cloud-contract-shade Show documentation
Spring Cloud Contract Shaded Dependencies
package org.aopalliance.reflect;
/**
* This interface represents a locator on a base program structural unit.
*
* A program unit represents any structural part of the program
* (i.e. any part excepting code) such as a class, a method, a
* field...
*
*
Unit locators are quite different from code locators.
*
* @see ProgramUnit
* @see ProgramUnit#getLocator()
* @see CodeLocator */
public interface UnitLocator extends Locator {
}