package com.xyz.fig; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * The Interface UIWidget. */ @UIElement @Retention(RetentionPolicy.RUNTIME) public @interface UIWidget { }