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
 java.util.List<AbstractFinder.AnnotationInfo> getAnnotations()
           
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()

getAnnotations

java.util.List<AbstractFinder.AnnotationInfo> getAnnotations()


Copyright © 2005-2011. All Rights Reserved.