blob: 9ddfecac0cc93efcecfbfda8aca806fc3154f568 [file] [log] [blame]
import java.lang.annotation.*
@Retention(RetentionPolicy.RUNTIME) @interface AtInterface {
}
-----
public @interface AtInterface {
}
---