com.buschmais.jqassistant.plugin.xml.api.model.XmlCDataDescriptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xml Show documentation
Show all versions of xml Show documentation
Plugin for jQAssistant to be able to scan and to
analyze XML related artifacts.
The newest version!
package com.buschmais.jqassistant.plugin.xml.api.model;
import com.buschmais.xo.neo4j.api.annotation.Label;
@Label("CData")
public interface XmlCDataDescriptor extends XmlTextDescriptor {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy