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

org.immutables.fixture.jackson.poly2.package-info Maven / Gradle / Ivy

There is a newer version: 2.10.1
Show newest version
@Value.Style(
        typeAbstract = "_*",
        add = "*",
        defaults = @Value.Immutable(copy = false),
        depluralize = true,
        depluralizeDictionary = "status:statuses",
        put = "*",
        typeImmutable = "*",
        visibility = ImplementationVisibility.PUBLIC
)
package org.immutables.fixture.jackson.poly2;

import org.immutables.value.Value;
import org.immutables.value.Value.Style.ImplementationVisibility;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy