@Order
on a WebSecurityConfigurer.
+ * and the {@code @Order} on a WebSecurityConfigurer.
*/
public static final int DEFAULT_FILTER_ORDER = FilterRegistrationBean.REQUEST_WRAPPER_FILTER_MAX_ORDER
- 100;
diff --git a/spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java b/spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java
index 938a61a77f..d55faed774 100644
--- a/spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java
+++ b/spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java
@@ -67,8 +67,7 @@ public abstract class GenericBomAstTransformation
/**
* The bom to be added to dependency management in compact form:
- * "<groupId>:<artifactId>:<version>"
(like in a
- * {@code @Grab}).
+ * {@code "@Rule
when using JUnit or manual before and after test calls when using
+ * {@code @Rule} when using JUnit or manual before and after test calls when using
* TestNG.
*
* @author Andy Wilkinson
diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java
index f1b011736f..a7490f28c9 100644
--- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java
+++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/RepackageMojo.java
@@ -144,9 +144,8 @@ public class RepackageMojo extends AbstractDependencyFilterMojo {
/**
* A list of the libraries that must be unpacked from fat jars in order to run.
- * Specify each library as a <dependency>
with a
- * <groupId>
and a <artifactId>
and they will be
- * unpacked at runtime.
+ * Specify each library as a {@code
* Currently, some tools do not accept this format so you may not always be able to
- * use this technique. For example, jar -xf
may silently fail to extract
+ * use this technique. For example, {@code jar -xf} may silently fail to extract
* a jar or war that has been made fully-executable. It is recommended that you only
* enable this option if you intend to execute it directly, rather than running it
- * with java -jar
or deploying it to a servlet container.
+ * with {@code java -jar} or deploying it to a servlet container.
* @since 1.3
*/
@Parameter(defaultValue = "false")