Skip to content

Instantly share code, notes, and snippets.

package org.uberfire.client.workbench;
import java.lang.annotation.Annotation;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.List;
import javax.enterprise.inject.Produces;
import javax.inject.Inject;
import javax.inject.Qualifier;