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

com.symphony.user.Mention Maven / Gradle / Ivy

There is a newer version: 10.0.1
Show newest version
package com.symphony.user;

import java.util.List;

import org.symphonyoss.Taxonomy;
import org.symphonyoss.TaxonomyElement;

public class Mention extends Taxonomy {

	public Mention() {
		super();
	}

	public Mention(List id) {
		super(id);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy