net.sourceforge.pmd.lang.java.symbols.package-info Maven / Gradle / Ivy
/*
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
/**
* The new symbol resolution framework
* that inter-operates cleanly with type resolution.
*
* @see net.sourceforge.pmd.lang.java.symbols.JElementSymbol
* @see net.sourceforge.pmd.lang.java.symbols.table.JSymbolTable
* @see net.sourceforge.pmd.lang.java.symbols.SymbolResolver
*
* @since 7.0.0
*/
package net.sourceforge.pmd.lang.java.symbols;