org.jboss.beans.metadata.spi
Interface FeatureMetaData

All Superinterfaces:
Cloneable, org.jboss.util.JBossInterface, MetaDataVisitorNode
All Known Subinterfaces:
BeanMetaData, CallbackMetaData, ConstructorMetaData, InstallMetaData, LazyMetaData, LifecycleMetaData, ParameterMetaData, PropertyMetaData
All Known Implementing Classes:
AbstractBeanMetaData, AbstractCallbackMetaData, AbstractConstructorArg, AbstractConstructorMetaData, AbstractFeatureMetaData, AbstractInstallMetaData, AbstractLazyMetaData, AbstractLifecycleMetaData, AbstractParameterMetaData, AbstractPropertyMetaData, GenericBeanFactoryMetaData, InstallCallbackMetaData, UninstallCallbackMetaData

public interface FeatureMetaData
extends org.jboss.util.JBossInterface, MetaDataVisitorNode

General MetaData

Version:
$Revision: 45764 $
Author:
Adrian Brock

Method Summary
 Set<AnnotationMetaData> getAnnotations()
          Get the annotations.
 String getDescription()
          Get the descrition.
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString, toShortString
 
Methods inherited from interface org.jboss.beans.metadata.spi.MetaDataVisitorNode
clone, describeVisit, getChildren, initialVisit
 

Method Detail

getDescription

String getDescription()
Get the descrition.

Returns:
the description.

getAnnotations

Set<AnnotationMetaData> getAnnotations()
Get the annotations.

Returns:
Set.


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