We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fe460 commit a48537cCopy full SHA for a48537c
1 file changed
src/main/java/ch/ralscha/extdirectspring/util/ParameterInfo.java
@@ -137,6 +137,7 @@ else if (paramAnn.annotationType()
137
.equals("org.springframework.security.core.annotation.AuthenticationPrincipal")) {
138
this.hasAuthenticationPrincipalAnnotation = (Boolean) AnnotationUtils.getValue(paramAnn,
139
"errorOnInvalidType");
140
+ break;
141
}
142
143
0 commit comments