org.immutables.fixture.couse.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
/**
* This package tests how one abstract value type references other,
* yet to be generated, immutable implementation class.
*/
@Value.Style(
visibility = ImplementationVisibility.PUBLIC,
typeAbstract = "Abstract*",
typeImmutable = "*")
package org.immutables.fixture.couse;
import org.immutables.value.Value;
import org.immutables.value.Value.Style.ImplementationVisibility;