blob: 15838a2cd649e543dcf6c71f02e88048e7c78eaf [file] [log] [blame]
import java.lang.annotation.Target;
@Target(<caret>)
public @interface Test {
}