package br.com.alura.javaPOO.models;
import com.google.gson.annotations.SerializedName;
public class Title implements Comparable<Title> {
@SerializedName("Title");
private String name;
@SerializedName("Year");
Erro que estou recebendo: Annotations are not allowed here