summaryrefslogtreecommitdiffstats
path: root/container-test-jars/jersey-resources/src/main/java/com/yahoo/container/test/jars/jersey/resources/TestResource.java
blob: 59095d05567da796b7efed9e58bf1b622c4a1e1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// 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;

import javax.ws.rs.Path;

/**
 * @author Tony Vaagenes
 * @author ollivir
 */
@Path("bundle-plugin-test/test-resource")
public class TestResource extends TestResourceBase {
}