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

proguard.classfile.util.InvalidReferenceVisitor Maven / Gradle / Ivy

Go to download

ProGuardCORE is a free library to read, analyze, modify, and write Java class files.

There is a newer version: 9.1.6
Show newest version
package proguard.classfile.util;

/** A visitor for invalid references. */
public interface InvalidReferenceVisitor
    extends InvalidClassReferenceVisitor, InvalidMemberReferenceVisitor {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy