org.xdef.model.XMComment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xdef Show documentation
Show all versions of xdef Show documentation
X-definition 4.2 (Open Source Software)
package org.xdef.model;
/** Interface of model of XML comment.
* @author Vaclav Trojan
*/
public interface XMComment extends XMNode {}