org.jboss.beans.metadata.spi
Interface SupplyMetaData

All Superinterfaces:
Cloneable, FeatureMetaData, org.jboss.util.JBossInterface, MetaDataVisitorNode
All Known Implementing Classes:
AbstractSupplyMetaData

public interface SupplyMetaData
extends FeatureMetaData

Metadata about what a bean demands.

Version:
$Revision: 1.2 $
Author:
Adrian Brock

Method Summary
 Object getSupply()
          Get what is supplied
 
Methods inherited from interface org.jboss.beans.metadata.spi.FeatureMetaData
getAnnotations, getDescription
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString, toShortString
 
Methods inherited from interface org.jboss.beans.metadata.spi.MetaDataVisitorNode
getChildren, visit
 

Method Detail

getSupply

Object getSupply()
Get what is supplied

Returns:
the supply


Copyright © 2004 JBoss Inc. All Rights Reserved.