org.jboss.reflect.spi
Interface AnnotationAttribute

All Known Implementing Classes:
AnnotationAttributeImpl

public interface AnnotationAttribute

An annotation attribute

Author:
Bill Burke, Adrian Brock

Method Summary
 Value getDefaultValue()
          Get the default value
 String getName()
          Get the attribute name
 TypeInfo getType()
          Get the attribute type
 

Method Detail

getName

String getName()
Get the attribute name

Returns:
the attribute name

getType

TypeInfo getType()
Get the attribute type

Returns:
the attribute type

getDefaultValue

Value getDefaultValue()
Get the default value

Returns:
the default value


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.