throw new CssCompilerException("Incorrect return type for "
+ CssSprite.IMAGE_PROPERTY_NAME + " method");
}
ImageOptions options = imageMethod.getAnnotation(ImageOptions.class);
RepeatStyle repeatStyle;
if (options != null) {
repeatStyle = options.repeatStyle();
} else {
repeatStyle = RepeatStyle.None;
}