org.jboss.kernel.plugins.annotations
Class BasicBeanMetaDataAnnotationAdapter
java.lang.Object
org.jboss.kernel.plugins.annotations.CommonAnnotationAdapter<MetaDataAnnotationPlugin<?,?>,BeanMetaData>
org.jboss.kernel.plugins.annotations.AbstractMetaDataAnnotationAdapter
org.jboss.kernel.plugins.annotations.BasicBeanMetaDataAnnotationAdapter
- All Implemented Interfaces:
- BeanMetaDataAnnotationAdapter
public class BasicBeanMetaDataAnnotationAdapter
- extends AbstractMetaDataAnnotationAdapter
Basic bean metadata annotation handler.
- Author:
- Ales Justin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static BasicBeanMetaDataAnnotationAdapter INSTANCE
BasicBeanMetaDataAnnotationAdapter
protected BasicBeanMetaDataAnnotationAdapter()
addAnnotationPlugin
public void addAnnotationPlugin(AnnotationPlugin<?,?> plugin)
removeAnnotationPlugin
public void removeAnnotationPlugin(AnnotationPlugin<?,?> plugin)
addAnnotation2ValueMetaDataAdapter
public void addAnnotation2ValueMetaDataAdapter(Annotation2ValueMetaDataAdapter<? extends Annotation> adapter)
- Add Annotation2ValueMetaDataAdapter adapter.
- Parameters:
adapter
- the Annotation2ValueMetaDataAdapter adapter
removeAnnotation2ValueMetaDataAdapter
public void removeAnnotation2ValueMetaDataAdapter(Annotation2ValueMetaDataAdapter<? extends Annotation> adapter)
- Remove Annotation2ValueMetaDataAdapter adapter.
- Parameters:
adapter
- the Annotation2ValueMetaDataAdapter adapter
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.