org.springframework.roo.classpath.details.annotations
Interface AnnotationAttributeValue<T>

All Known Implementing Classes:
AbstractAnnotationAttributeValue, ArrayAttributeValue, BooleanAttributeValue, CharAttributeValue, ClassAttributeValue, DoubleAttributeValue, EnumAttributeValue, IntegerAttributeValue, LongAttributeValue, NestedAnnotationAttributeValue, StringAttributeValue

public interface AnnotationAttributeValue<T>


Method Summary
 org.springframework.roo.model.JavaSymbolName getName()
           
 T getValue()
           
 

Method Detail

getName

org.springframework.roo.model.JavaSymbolName getName()
Returns:
the name of the attribute (never null; often the name will be "value")

getValue

T getValue()
Returns:
the value (never null)


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.