org.springframework.roo.classpath.details.annotations
Class NestedAnnotationAttributeValue

java.lang.Object
  extended by org.springframework.roo.classpath.details.annotations.AbstractAnnotationAttributeValue<AnnotationMetadata>
      extended by org.springframework.roo.classpath.details.annotations.NestedAnnotationAttributeValue
All Implemented Interfaces:
AnnotationAttributeValue<AnnotationMetadata>

public class NestedAnnotationAttributeValue
extends AbstractAnnotationAttributeValue<AnnotationMetadata>

Represents a nested annotation attribute value.

Since:
1.0
Author:
Ben Alex

Constructor Summary
NestedAnnotationAttributeValue(org.springframework.roo.model.JavaSymbolName name, AnnotationMetadata value)
           
 
Method Summary
 AnnotationMetadata getValue()
           
 String toString()
           
 
Methods inherited from class org.springframework.roo.classpath.details.annotations.AbstractAnnotationAttributeValue
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NestedAnnotationAttributeValue

public NestedAnnotationAttributeValue(org.springframework.roo.model.JavaSymbolName name,
                                      AnnotationMetadata value)
Method Detail

getValue

public AnnotationMetadata getValue()
Returns:
the value (never null)

toString

public String toString()
Overrides:
toString in class Object


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