bndtools.editor.model.ServiceComponentConfigurationPolicy Maven / Gradle / Ivy
The newest version!
package bndtools.editor.model;
public enum ServiceComponentConfigurationPolicy {
optional,
require,
ignore
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy