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

aQute.bnd.annotation.headers.Resolution Maven / Gradle / Ivy

Go to download

The bndlib project is a general library to be used with OSGi bundles. It contains lots of cool functionality that calculates dependencies, etc.

The newest version!
package aQute.bnd.annotation.headers;

/**
 * The resolution values for a RequireCapability annotation.
 */
public enum Resolution {
	mandatory, optional
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy