Package org.jboss.weld.extensions.unwraps

Provides stateless producer methods where each method invocation on the produced object will cause the annotated method to be invoked to produce the object.

See:
          Description

Class Summary
UnwrapsExtension An extension that allows the use of Unwraps methods
UnwrapsInvocationHandler  
UnwrapsProducerBean<M> Bean implementation that produces a JDK proxy when a method is invoked on the proxy it calls the Unwraps producer method and invokes the method on the returned object
 

Annotation Types Summary
Unwraps Identifies a stateless producer method where each method invocation on the produced object will cause the annotated method to be invoked to produce the object.
 

Package org.jboss.weld.extensions.unwraps Description

Provides stateless producer methods where each method invocation on the produced object will cause the annotated method to be invoked to produce the object.

Author:
Pete Muir
See Also:
Unwraps


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