Skip to content

Commit

Permalink
Add Javadoc since for AbstractAotMojo.getSession()
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and wilkinsona committed Sep 22, 2023
1 parent 3338206 commit ce81334
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ public abstract class AbstractAotMojo extends AbstractDependencyFilterMojo {
@Parameter(property = "spring-boot.aot.compilerArguments")
private String compilerArguments;

/**
* Return Maven execution session.
* @return session
* @since 3.0.10
*/
protected final MavenSession getSession() {
return this.session;
}
Expand Down

0 comments on commit ce81334

Please sign in to comment.