Package org.jboss.weld.extensions.core

A number enhancements to the CDI programming model which are under trial and may be included in later releases of Contexts and Dependency Injection.

See:
          Description

Class Summary
CoreExtension Extension to install the "core" extensions.
 

Annotation Types Summary
Client Qualifier annotation provided for the purposes of identifing beans associated with the currently logged in user.
Exact An injection point qualifier that may be used to select the exact bean to be injected, by specifying its implementation class.
Requires Veto the processing of the type if the required classes are not available.
Veto Veto the processing of the type.
 

Package org.jboss.weld.extensions.core Description

A number enhancements to the CDI programming model which are under trial and may be included in later releases of Contexts and Dependency Injection.

Included are:

@Veto Prevents a class from being installed as a bean
@Requires Prevents a class from being installed as a bean unless class dependencies are satisfied
@Exact Specify an implementation of an injection point type
@Client Qualifier identifying a bean as belonging to the current client
Named packages

See Also:
Veto, Requires, Exact, Client, Named


Copyright © 2008-2010 Seam Framework. All Rights Reserved.