Use consistent "@" tag order in Javadoc

Ensure that Javadoc "@" tags appear in a consistent and well defined
order.

Issue gh-8945
This commit is contained in:
Phillip Webb
2020-07-24 15:03:32 -07:00
committed by Rob Winch
parent 7f0653fa34
commit 5f64f53c3f
195 changed files with 556 additions and 607 deletions

View File

@@ -75,8 +75,8 @@ import org.springframework.security.core.context.SecurityContextHolder;
* This works because the principal in this instance is a User which has an id field on
* it.
*
* @since 4.0
* @author Rob Winch
* @since 4.0
*/
public class SecurityEvaluationContextExtension implements EvaluationContextExtension {
@@ -97,6 +97,7 @@ public class SecurityEvaluationContextExtension implements EvaluationContextExte
this.authentication = authentication;
}
@Override
public String getExtensionId() {
return "security";
}