com.buschmais.jqassistant.plugin.java.api.model.JavaDescriptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java Show documentation
Show all versions of java Show documentation
Plugin for jQAssistant to be able to scan and to
analyze Java related artifacts.
The newest version!
package com.buschmais.jqassistant.plugin.java.api.model;
import com.buschmais.xo.api.annotation.Abstract;
import com.buschmais.xo.neo4j.api.annotation.Label;
/**
* Defines label "Java" which is applied to all nodes generated by this plugin.
*/
@Abstract
@Label("Java")
public interface JavaDescriptor {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy