1 package com.atlassian.plugins.rest.common.security.jersey.test; 2 3 import com.atlassian.plugins.rest.common.security.CorsAllowed; 4 5 @CorsAllowed 6 public class ResourceClassWithCorsAllowed { 7 }