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

hirez.smite.object.DescriptionValue Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package hirez.smite.object;

import lombok.Data;

@Data
public class DescriptionValue {
    private final String description;
    private final String value;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy