![JAR search and dependency download from the Maven repository](/logo.png)
eu.toolchain.serializer.processor.ClassSpec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tiny-serializer-processor Show documentation
Show all versions of tiny-serializer-processor Show documentation
A processor for the @AutoSerialize annotation
The newest version!
package eu.toolchain.serializer.processor;
import com.squareup.javapoet.JavaFile;
import eu.toolchain.serializer.processor.field.Field;
import eu.toolchain.serializer.processor.field.Value;
import java.util.List;
public interface ClassSpec {
JavaFile toSerializer();
List getValues();
List getFields();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy