summaryrefslogtreecommitdiffstats
path: root/container-test-jars/jersey-resources/src/main/java/com/yahoo/container/test/jars/jersey/resources/nestedpackage1/NestedTestResource1.java
blob: ab1c1f8f2296dd0eed0d8a1a8b63740d78f187d0 (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.nestedpackage1;

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

import javax.ws.rs.Path;

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