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