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.2 $
Author:
Adrian Brock

Method Summary
 Set getAttributes()
          Get the annotation attributes.
 String getName()
          Get the name
 
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

getName

String getName()
Get the name

Returns:
the name

getAttributes

Set getAttributes()
Get the annotation attributes.

Returns:
Set.


Copyright © 2004 JBoss Inc. All Rights Reserved.