Add Javadoc since for AbstractAotMojo.getSession()
See gh-37462
This commit is contained in:
parent
333820627f
commit
ce813346c9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue