org.apache.xbean.finder
Interface AbstractFinder.Info

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

public static interface AbstractFinder.Info


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

Method Detail

getName

String getName()

getAnnotations

List<AbstractFinder.AnnotationInfo> getAnnotations()


Copyright © 2005-2011. All Rights Reserved.