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

io.protostuff.generator.html.json.pages.PageIndexItem Maven / Gradle / Ivy

There is a newer version: 3.1.40
Show newest version
package io.protostuff.generator.html.json.pages;

import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import org.immutables.value.Value;

@Value.Immutable
@JsonSerialize(as = ImmutablePageIndexItem.class)
@JsonDeserialize(as = ImmutablePageIndexItem.class)
public interface PageIndexItem {

    String name();

    String ref();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy