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

org.immutables.fixture.couse.package-info Maven / Gradle / Ivy

There is a newer version: 2.10.1
Show newest version
/**
 * 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;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy