Package | Description |
---|---|
org.apache.xbean.finder |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AbstractFinder.AnnotationInfo> |
AbstractFinder.Annotatable.annotations |
private java.util.List<java.util.List<AbstractFinder.AnnotationInfo>> |
AbstractFinder.MethodInfo.parameterAnnotations |
Modifier and Type | Method and Description |
---|---|
java.util.List<AbstractFinder.AnnotationInfo> |
AbstractFinder.Annotatable.getAnnotations() |
java.util.List<AbstractFinder.AnnotationInfo> |
AbstractFinder.Info.getAnnotations() |
java.util.List<java.util.List<AbstractFinder.AnnotationInfo>> |
AbstractFinder.MethodInfo.getParameterAnnotations() |
java.util.List<AbstractFinder.AnnotationInfo> |
AbstractFinder.MethodInfo.getParameterAnnotations(int index) |