com.citytechinc.cq.component.annotations.widgets.Popover Maven / Gradle / Ivy
package com.citytechinc.cq.component.annotations.widgets;
public @interface Popover {
String ref();
String[] items();
}
package com.citytechinc.cq.component.annotations.widgets;
public @interface Popover {
String ref();
String[] items();
}