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

com.github.useful_solutions.tosamara_sdk.classifier.pojo.Classifier Maven / Gradle / Ivy

There is a newer version: 1.5
Show newest version
package com.github.useful_solutions.tosamara_sdk.classifier.pojo;

import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlProperty;

public class Classifier {

    @JacksonXmlProperty(isAttribute = true)
    public String name;

    @JacksonXmlProperty
    public Double modified;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy