se.arkalix.dto.DtoSpecificationEncoding Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kalix-processors Show documentation
Show all versions of kalix-processors Show documentation
Kalix annotation processors.
package se.arkalix.dto;
import com.squareup.javapoet.TypeSpec;
public interface DtoSpecificationEncoding {
DtoEncoding encoding();
void implementFor(DtoTarget target, TypeSpec.Builder implementation) throws DtoException;
}