
aQute.bnd.annotation.spi.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of biz.aQute.bndlib Show documentation
Show all versions of biz.aQute.bndlib Show documentation
bndlib: A Swiss Army Knife for OSGi
The newest version!
package aQute.bnd.annotation.spi;
public final class Constants {
private Constants() {}
public static final String SERVICELOADER_PROCESSOR = "osgi.serviceloader.processor";
public static final String SERVICELOADER_REGISTRAR = "osgi.serviceloader.registrar";
public static final String SERVICELOADER_VERSION = "1.0.0";
/**
* Joins to nothing if the list is empty
*/
public static final String ATTRIBUTE_MACRO = "${sjoin;\\;;${#attribute}}";
public static final String REGISTER_MACRO = "register:=${#register}";
public static final String SERVICE_MACRO = "objectClass:List=\"${#value}\"";
public static final String VALUE_MACRO = "${#value}";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy