org.springframework.roo.classpath.details.annotations
Class NestedAnnotationAttributeValue
java.lang.Object
org.springframework.roo.classpath.details.annotations.AbstractAnnotationAttributeValue<AnnotationMetadata>
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
NestedAnnotationAttributeValue
public NestedAnnotationAttributeValue(org.springframework.roo.model.JavaSymbolName name,
AnnotationMetadata value)
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.