1 package com.atlassian.plugins.rest.common.interceptor.impl.test;
2
3 import com.atlassian.plugins.rest.common.interceptor.InterceptorChain;
4
5 @InterceptorChain(MyInterceptor.class)
6 public class ClassResource {
7 public void run() {
8 }
9
10 }