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 {
8 public void run()
9 {}
10
11 }