@Target(ElementType.TYPE) 
@Retention(RetentionPolicy.RUNTIME)
public @interface FetchGroups
{
    /**
     * The Fetch Groups
     * @return The Fetch Groups
     */
    FetchGroup[] value();
}
