@Retention(value=CLASS)
@Target(value={TYPE,ANNOTATION_TYPE})
public @interface RepeatableProperty
Annotation used to describe repeated Property annotation. You actually don't have to use directly this annotation,
which is used to allow repeating several times the Property annotation on a given component class.