Package | Description |
---|---|
org.jboss.solder.bean |
A collection of base classes and builders for working with
Bean metadata objects. |
Modifier and Type | Class and Description |
---|---|
class |
ImmutableBean<T>
A base class for implementing
Bean . |
class |
ImmutableNarrowingBean<T>
A narrowing bean allows you to build a general purpose bean (likely a
producer method), and register it for a narrowed type (or qualifiers).
|
class |
ImmutablePassivationCapableBean<T>
A base class for implementing a
PassivationCapable Bean . |
class |
ImmutablePassivationCapableNarrowingBean<T>
A passivation capable narrowing bean allows you to build a general purpose,
passivation capable, bean (likely a producer method), and register it for a
narrowed type (or qualifiers).
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.