org.jboss.kernel.plugins.annotations
Class BeanAnnotationAdapterFactory

java.lang.Object
  extended by org.jboss.kernel.plugins.annotations.BeanAnnotationAdapterFactory

public class BeanAnnotationAdapterFactory
extends Object

BeanAnnotationAdapter factory.

Author:
Ales Justin

Method Summary
 BeanAnnotationAdapter getBeanAnnotationAdapter()
          Get the BeanAnnotationAdapter instance.
static BeanAnnotationAdapterFactory getInstance()
           
 void setAdapterClassName(String adapterClassName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static BeanAnnotationAdapterFactory getInstance()

setAdapterClassName

public void setAdapterClassName(String adapterClassName)

getBeanAnnotationAdapter

public BeanAnnotationAdapter getBeanAnnotationAdapter()
Get the BeanAnnotationAdapter instance.

Returns:
the BeanAnnotationAdapter instance


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.