org.aspectj/tests/bugs167/pr293510/Service.java

7 lines
103 B
Java
Raw Normal View History

2009-11-02 17:25:21 +01:00
package ex;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@interface Service {
}