]> git.basschouten.com Git - openhab-addons.git/blob
9909fb65b308983f2f51df117843571df63871be
[openhab-addons.git] /
1 /**
2  * Copyright (c) 2010-2023 Contributors to the openHAB project
3  *
4  * See the NOTICE file(s) distributed with this work for additional
5  * information.
6  *
7  * This program and the accompanying materials are made available under the
8  * terms of the Eclipse Public License 2.0 which is available at
9  * http://www.eclipse.org/legal/epl-2.0
10  *
11  * SPDX-License-Identifier: EPL-2.0
12  */
13 @Requirement(namespace = ExtenderNamespace.EXTENDER_NAMESPACE, filter = "(osgi.extender=osgi.serviceloader.registrar)")
14 @Requirement(namespace = ExtenderNamespace.EXTENDER_NAMESPACE, filter = "(&(osgi.extender=osgi.serviceloader.processor)(version>=1.0)(!(version>=2.0)))")
15 @Requirement(namespace = "osgi.serviceloader", filter = "(osgi.serviceloader=org.pcap4j.packet.factory.PacketFactoryBinderProvider)", cardinality = Cardinality.MULTIPLE)
16 @Capability(namespace = "osgi.serviceloader", name = "org.pcap4j.packet.factory.PacketFactoryBinderProvider")
17 package org.openhab.binding.amazondashbutton;
18
19 import org.osgi.annotation.bundle.Capability;
20 import org.osgi.annotation.bundle.Requirement;
21 import org.osgi.annotation.bundle.Requirement.Cardinality;
22 import org.osgi.namespace.extender.ExtenderNamespace;
23 /**
24  * Additional information for AmazonDashButton package
25  *
26  * @author Jan N. Klug - Initial contribution
27  *
28  */