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

com.buschmais.jqassistant.plugin.javaee6.api.model.EnterpriseApplicationModuleDescriptor Maven / Gradle / Ivy

Go to download

Plugin for jQAssistant to be able to scan and to analyze Java EE 6 related artifacts.

There is a newer version: 1.12.2
Show newest version
package com.buschmais.jqassistant.plugin.javaee6.api.model;

import com.buschmais.jqassistant.plugin.common.api.model.ApplicationDescriptor;
import com.buschmais.xo.api.annotation.Abstract;
import com.buschmais.xo.neo4j.api.annotation.Label;

@Abstract
@Label("Module")
public interface EnterpriseApplicationModuleDescriptor extends EnterpriseDescriptor, ApplicationDescriptor {

    String getPath();

    void setPath(String value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy