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

org.ow2.opensuit.xmlmap.IContentAssistHolder Maven / Gradle / Ivy

The newest version!
package org.ow2.opensuit.xmlmap;

import org.ow2.opensuit.xmlmap.interfaces.IContentAssist;

public interface IContentAssistHolder extends IContentAssist
{
	void setObject(T obj);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy