Skip to content

Commit ce81334

Browse files
izeyewilkinsona
authored andcommitted
Add Javadoc since for AbstractAotMojo.getSession()
See spring-projectsgh-37462
1 parent 3338206 commit ce81334

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/AbstractAotMojo.java

+5
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@ public abstract class AbstractAotMojo extends AbstractDependencyFilterMojo {
9696
@Parameter(property = "spring-boot.aot.compilerArguments")
9797
private String compilerArguments;
9898

99+
/**
100+
* Return Maven execution session.
101+
* @return session
102+
* @since 3.0.10
103+
*/
99104
protected final MavenSession getSession() {
100105
return this.session;
101106
}

0 commit comments

Comments
 (0)