Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<AbstractFinder.AnnotationInfo>getAnnotations()java.lang.StringgetName()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getAnnotations
java.util.List<AbstractFinder.AnnotationInfo> getAnnotations()
-
-