Oliver Drotbohm opened SPR-8336 and commented
Currently AnnotationTypeFilter invokes the constructor of AbstractTypeHierarchyTraversingFilter setting considerInterfaces to false. This probably makes sense in most cases. However there might be BeanDefinitionParser implementations that declare a FactoryBean creating a proxy for discovered interfaces. So it would be cool if we could add a constructor to pass in a boolean to enable interface discovery as well.
Affects: 3.0.5, 3.1 M1
Attachments:
Issue Links:
Referenced from: commits spring-projects/spring-data-commons@4a70506
Oliver Drotbohm opened SPR-8336 and commented
Currently
AnnotationTypeFilterinvokes the constructor ofAbstractTypeHierarchyTraversingFiltersettingconsiderInterfacestofalse. This probably makes sense in most cases. However there might beBeanDefinitionParserimplementations that declare aFactoryBeancreating a proxy for discovered interfaces. So it would be cool if we could add a constructor to pass in abooleanto enable interface discovery as well.Affects: 3.0.5, 3.1 M1
Attachments:
Issue Links:
Referenced from: commits spring-projects/spring-data-commons@4a70506