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

org.jbibtex.BibTeXObject Maven / Gradle / Ivy

There is a newer version: 1.0.20
Show newest version
/*
 * Copyright (c) 2012 University of Tartu
 */
package org.jbibtex;

import java.io.Serializable;

import com.fasterxml.jackson.annotation.JsonTypeInfo;

@JsonTypeInfo (
	use = JsonTypeInfo.Id.CLASS
)
abstract
public class BibTeXObject implements Serializable {

	BibTeXObject(){
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy