Streamline AnnotationFilter usage with the MergedAnnotations API
MergedAnnotations provides 'from' variants with RepeatableContainers but without AnnotationFilter argument now, avoiding the need to refer to AnnotationFilter.PLAIN as a default at call sites.
@ -515,7 +514,7 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@@ -515,7 +514,7 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@ -533,7 +532,7 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@@ -533,7 +532,7 @@ public class AutowiredAnnotationBeanPostProcessor extends InstantiationAwareBean
@ -168,7 +167,7 @@ public class AnnotationJmxAttributeSource implements JmxAttributeSource, BeanFac
@@ -168,7 +167,7 @@ public class AnnotationJmxAttributeSource implements JmxAttributeSource, BeanFac
@ -180,7 +178,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@@ -180,7 +178,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@ -188,7 +186,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@@ -188,7 +186,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@ -196,7 +194,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@@ -196,7 +194,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@ -204,7 +202,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@@ -204,7 +202,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@ -212,7 +210,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@@ -212,7 +210,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@ -510,8 +508,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@@ -510,8 +508,7 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@ -531,8 +528,8 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@@ -531,8 +528,8 @@ final class TypeMappedAnnotations implements MergedAnnotations {
@ -75,11 +74,11 @@ public class StandardMethodMetadata implements MethodMetadata {
@@ -75,11 +74,11 @@ public class StandardMethodMetadata implements MethodMetadata {
Assert.notNull(introspectedMethod,"Method must not be null");