org.immutables.fixture.jackson.poly2.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of value-fixture Show documentation
Show all versions of value-fixture Show documentation
Module that contains all tests for the code generation capability
@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;