Uses of Class
org.springframework.roo.classpath.details.DeclaredFieldAnnotationDetails

Packages that use DeclaredFieldAnnotationDetails
org.springframework.roo.classpath.details   
 

Uses of DeclaredFieldAnnotationDetails in org.springframework.roo.classpath.details
 

Methods in org.springframework.roo.classpath.details that return types with arguments of type DeclaredFieldAnnotationDetails
 List<DeclaredFieldAnnotationDetails> ItdTypeDetails.getFieldAnnotations()
          Lists the field-level annotations.
 List<DeclaredFieldAnnotationDetails> DefaultItdTypeDetails.getFieldAnnotations()
           
 

Methods in org.springframework.roo.classpath.details with parameters of type DeclaredFieldAnnotationDetails
 void DefaultItdTypeDetailsBuilder.addFieldAnnotation(DeclaredFieldAnnotationDetails declaredFieldAnnotationDetails)
           
 

Constructor parameters in org.springframework.roo.classpath.details with type arguments of type DeclaredFieldAnnotationDetails
DefaultItdTypeDetails(ClassOrInterfaceTypeDetails governor, org.springframework.roo.model.JavaType aspect, boolean privilegedAspect, Set<org.springframework.roo.model.JavaType> registeredImports, List<ConstructorMetadata> declaredConstructors, List<FieldMetadata> declaredFields, List<MethodMetadata> declaredMethods, List<org.springframework.roo.model.JavaType> extendsTypes, List<org.springframework.roo.model.JavaType> implementsTypes, List<AnnotationMetadata> typeAnnotations, List<DeclaredFieldAnnotationDetails> fieldAnnotations, List<DeclaredMethodAnnotationDetails> methodAnnotations)
           
 



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