All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.samples.dips.context.AnnotationContextDipBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.beans.samples.dips.context.AnnotationContextDipBeanInfo

public class AnnotationContextDipBeanInfo
extends SimpleBeanInfo
The AnnotationContextDipBeanInfo class provides access to the the customizer to use for the Context class.


Constructor Index

 o AnnotationContextDipBeanInfo()

Method Index

 o getBeanDescriptor()
Make a BeanDescriptor with the AnnotationContextCustomizer as the customizer class.

Constructors

 o AnnotationContextDipBeanInfo
 public AnnotationContextDipBeanInfo()

Methods

 o getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Make a BeanDescriptor with the AnnotationContextCustomizer as the customizer class.

Returns:
BeanDescriptor with an appropriate customizer defined.
Overrides:
getBeanDescriptor in class SimpleBeanInfo

All Packages  Class Hierarchy  This Package  Previous  Next  Index