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

se.arkalix.dto.util.Expander Maven / Gradle / Ivy

Go to download

Contains an annotation processor for automatically generating data transmission objects specified using the annotations of the kalix-dto library.

The newest version!
package se.arkalix.dto.util;

@FunctionalInterface
public interface Expander {
    String expand(String x);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy