eu.toolchain.serializer.processor.FrameworkStatement 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.google.common.collect.ImmutableList;
import com.squareup.javapoet.ParameterSpec;
import java.text.MessageFormat;
import java.util.ArrayList;
import java.util.List;
import lombok.AccessLevel;
import lombok.Data;
import lombok.RequiredArgsConstructor;
@Data
@RequiredArgsConstructor(access = AccessLevel.PRIVATE)
public class FrameworkStatement {
private final String format;
private final List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy