org.immutables.fixture.HeaderCopy 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
// HEADER COPY TEST
//
/* Copyright
*
*
*/
/**
*
*/
package org.immutables.fixture;
import org.immutables.gson.Gson;
import org.immutables.value.Value;
@Value.Immutable
@Value.Style(headerComments = true)
@Gson.TypeAdapters
public class HeaderCopy {}