blob: 3b986c7bc5a7ba3d1a414f0a9894d1125152e69f [file] [log] [blame]
import java.lang.annotation.Target;
@Target(value={<caret>})
@interface Annotation {
}