Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Improve Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Dec 9, 2021
1 parent fe9fb9b commit ab0bb40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spring-native-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
<sourceFileInclude>org/springframework/nativex/Mode.java</sourceFileInclude>
<sourceFileInclude>org/springframework/nativex/type/NativeConfiguration.java</sourceFileInclude>
<sourceFileInclude>org/springframework/aot/context/bootstrap/generator/infrastructure/nativex/*.java</sourceFileInclude>
<sourceFileInclude>org/springframework/aot/context/bootstrap/generator/bean/descriptor/BeanInstanceDescriptor.java</sourceFileInclude>
</sourceFileIncludes>
<detectJavaApiLink>false</detectJavaApiLink>
<detectOfflineLinks>false</detectOfflineLinks>
Expand All @@ -202,6 +203,7 @@
<links>
<link>https://docs.oracle.com/javase/8/docs/api</link>
<link>https://docs.spring.io/spring-boot/docs/current/api/</link>
<link>https://docs.spring.io/spring-framework/docs/current/javadoc-api/</link>
</links>
</configuration>
</execution>
Expand Down

0 comments on commit ab0bb40

Please sign in to comment.