import java.lang.annotation.Retention;
import static java.lang.annotation.RetentionPolicy.CLASS;

@Retention(value=CLASS)
@interface CAnnotation {}
