summaryrefslogtreecommitdiffstats
path: root/container-test-jars/jersey-resources/src/main/scala/com/yahoo/container/test/jars/jersey/resources/TestResource.scala
blob: 46e15f23b068f89963c54526ea3e73c4ada517ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright 2016 Yahoo Inc. 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 tonytv
 */
@Path("bundle-plugin-test/test-resource")
class TestResource extends TestResourceBase