org.jboss.beans.metadata.spi
Interface AnnotationAttributeMetaData
- All Superinterfaces:
- Cloneable, org.jboss.util.JBossInterface, MetaDataVisitorNode
- All Known Implementing Classes:
- AbstractAnnotationAttributeMetaData
- public interface AnnotationAttributeMetaData
- extends org.jboss.util.JBossInterface, MetaDataVisitorNode
Metadata about an annotation.
- Version:
- $Revision: 1.1 $
- Author:
- Adrian Brock
Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString, toShortString |
getName
public String getName()
- Get the name
- Returns:
- the name
getValue
public ValueMetaData getValue()
- Get the value.
- Returns:
- the value.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.