com.opensymphony.xwork2.util.finder
Interface ClassFinder.Info

All Known Implementing Classes:
ClassFinder.AnnotationInfo, ClassFinder.ClassInfo, ClassFinder.FieldInfo, ClassFinder.MethodInfo, ClassFinder.PackageInfo
Enclosing class:
ClassFinder

public static interface ClassFinder.Info


Method Summary
 List<ClassFinder.AnnotationInfo> getAnnotations()
           
 String getName()
           
 

Method Detail

getName

String getName()

getAnnotations

List<ClassFinder.AnnotationInfo> getAnnotations()


Copyright © 2009 OpenSymphony. All Rights Reserved.