blob: 912ce2457129250672c6754de642ed76aaeea4ec [file] [log] [blame]
package aaa;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@interface MyObjectType {}
class A {
MyObjectType<caret>
}