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

de.uni_hildesheim.sse.vil.rt.RtVilBundleId Maven / Gradle / Ivy

package de.uni_hildesheim.sse.vil.rt;

/**
 * Stores data about the containing OSGi bundle (static bundle without activator).
 * 
 * @author Holger Eichelberger
 */
public class RtVilBundleId {
    
    /**
     * Stores the bundle ID.
     */
    public static final String ID = "de.uni_hildesheim.sse.vil.rt";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy