org.immutables.fixture.custann.JeNcCustomWithEncStyle 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
package org.immutables.fixture.custann;
import javax.annotation.ParametersAreNonnullByDefault;
import org.immutables.value.Generated;
/**
* {@code JeNcCustomWithEncStyle} contains immutable implementation classes generated from
* abstract value types defined as nested inside {@link CustomWithEncStyle}.
*/
@Generated(from = "CustomWithEncStyle", generator = "Immutables")
@SuppressWarnings({"all"})
@ParametersAreNonnullByDefault
@javax.annotation.processing.Generated("org.immutables.processor.ProxyProcessor")
public final class JeNcCustomWithEncStyle {
private JeNcCustomWithEncStyle() {}
}