On Wed, Mar 9, 2011 at 09:03, aalmiray <
aalmiray@yahoo.com> wrote:
> Hello guys. I'm new to Weld and CDI, perhaps the subject of this message is a
> bit obvious to some of you but for the life of me couldn't find a portable
> solution to the following problem: Weld will pick up all classes of an
> application (found in a single jar that contains an empty beans.xml file),
> however I would like the container to cherry pick a set of classes based on
> some criteria (package name, class name convention, annotation, etc).
>
> I've seen that Weld has an extension (non-standard) that allows classes to
> be annotated with @Veto. It works fine but it poses to additional problems:
> - @Veto is Weld specific
The annotation is specific to Weld (hopefully will make it into the