Skip to content

Commit 514420a

Browse files
committed
Merge pull request spring-projects#37462 from izeye
* spring-projectsgh-37462: Add Javadoc since for AbstractAotMojo.getSession() Closes spring-projectsgh-37462
2 parents 3338206 + ce81334 commit 514420a

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)