1 2 3 4 5 6 7
package com.foo; import java.lang.annotation.*; @Anno @Anno2 public @interface Anno4 { }