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

net.sourceforge.pmd.lang.java.symbols.package-info Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
/*
 * BSD-style license; for more info see http://pmd.sourceforge.net/license.html
 */

/**
 * Prototype of a 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
 */

@Experimental
package net.sourceforge.pmd.lang.java.symbols;

import net.sourceforge.pmd.annotation.Experimental;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy