Skip to content

Commit

Permalink
Fix optional injection bug dropping @nAmed qualifiers
Browse files Browse the repository at this point in the history
Signed-off-by: Balthasar Schüss <mail@bschuess.dev>
  • Loading branch information
BCSol committed Aug 18, 2020
1 parent c89e992 commit 82e2647
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public OptionalActiveDescriptor() {
/*package-private*/ OptionalActiveDescriptor(Injectee injectee, ServiceLocatorImpl locator, Type requiredType) {
super(new HashSet<Type>(),
PerLookup.class,
null,
new HashSet<Annotation>(),
ReflectionHelper.getNameFromAllQualifiers(injectee.getRequiredQualifiers(), injectee.getParent()),
injectee.getRequiredQualifiers(),
DescriptorType.CLASS,
DescriptorVisibility.NORMAL,
0,
Expand Down

0 comments on commit 82e2647

Please sign in to comment.