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

jadx.plugins.input.java.data.attributes.IJavaAttributeReader Maven / Gradle / Ivy

The newest version!
package jadx.plugins.input.java.data.attributes;

import jadx.plugins.input.java.data.DataReader;
import jadx.plugins.input.java.data.JavaClassData;

public interface IJavaAttributeReader {
	IJavaAttribute read(JavaClassData clsData, DataReader reader);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy