org.jboss.beans.metadata.spi
Interface AnnotationMetaData
- All Superinterfaces:
- Cloneable, org.jboss.util.JBossInterface, MetaDataVisitorNode
- All Known Implementing Classes:
- AbstractAnnotationMetaData
- public interface AnnotationMetaData
- extends org.jboss.util.JBossInterface, MetaDataVisitorNode
Metadata about an annotation attribute.
- 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
getAttributes
public Set getAttributes()
- Get the annotation attributes.
- Returns:
- Set.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.