Skip to content

Commit

Permalink
To fix an issue on <dubbo:annotation> when id attribute is absent
Browse files Browse the repository at this point in the history
To resolve alibaba/dubbo apache#1125
  • Loading branch information
mercyblitz committed Dec 26, 2017
1 parent 3e19343 commit 945eb81
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ protected void doParse(Element element, ParserContext parserContext, BeanDefinit

}

protected boolean shouldGenerateIdAsFallback() {
return true;
}

/**
* Registers {@link ReferenceAnnotationBeanPostProcessor} into {@link BeanFactory}
*
Expand Down

0 comments on commit 945eb81

Please sign in to comment.