package com.foo; import java.lang.annotation.*; @Anno @Retention(RetentionPolicy.SOURCE) public @interface Anno3 { }