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

org.immutables.fixture.HeaderCopy Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy