summaryrefslogtreecommitdiffstats
path: root/tenant-cd-api/src/main/java/org/junit/jupiter/api/extension/package-info.java
blob: 14080a1cb5170dc221782281bc67acf029929667 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
 * @author bjorncs
 */
@ExportPackage(version = @Version(major = 5, minor = 7, micro = 0))
package org.junit.jupiter.api.extension;

import com.yahoo.osgi.annotation.ExportPackage;
import com.yahoo.osgi.annotation.Version;