summaryrefslogtreecommitdiffstats
path: root/container-test-jars/jersey-resources/src/main/java/com/yahoo/container/test/jars/jersey/resources/nestedpackage2/NestedTestResource2.java
blob: 0dfc9e1938ba683d9803f1f8b5883ccf18d0a429 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.container.test.jars.jersey.resources.nestedpackage2;

import com.yahoo.container.test.jars.jersey.resources.TestResourceBase;

import javax.ws.rs.Path;

/**
 * @author Tony Vaagenes
 */
@Path("bundle-plugin-test/nested-test-resource2")
public class NestedTestResource2 extends TestResourceBase {
}