// 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 { }