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

com.intellifylearning.models.Traits Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package com.intellifylearning.models;

public class Traits extends Props {

    private static final long serialVersionUID = 5446264732089518289L;

    public Traits() {
        super();
    }

    public Traits(Object... kvs) {
        super(kvs);
    }

    @Override
    public Traits put(String key, Object value) {
        super.put(key, value);
        return this;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy