Hi As per [1], I am trying to use @TestReference annotation to inject a reference in my test class. While it working as expected, if I specify a 'target' attribute on this annotation as in [2], it does not get applied. Does the @TestReference support 'target' attribute like the @Reference annotation does?
Regards Satya Deep [1] - https://sling.apache.org/documentation/development/sling-testing-tools.html [2] - http://felix.apache.org/documentation/subprojects/apache-felix-maven-scr-plugin/scr-annotations.html#reference
