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

com.github.skjolber.stcsv.projection.ValueProjection Maven / Gradle / Ivy

There is a newer version: 1.0.25
Show newest version
package com.github.skjolber.stcsv.projection;

import org.objectweb.asm.MethodVisitor;

public interface ValueProjection {

	void write(MethodVisitor mv, String subClassInternalName, int endIndex);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy