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

Commit ab0bb40

Browse files
committed
Improve Javadoc
1 parent fe9fb9b commit ab0bb40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-native-docs/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
<sourceFileInclude>org/springframework/nativex/Mode.java</sourceFileInclude>
194194
<sourceFileInclude>org/springframework/nativex/type/NativeConfiguration.java</sourceFileInclude>
195195
<sourceFileInclude>org/springframework/aot/context/bootstrap/generator/infrastructure/nativex/*.java</sourceFileInclude>
196+
<sourceFileInclude>org/springframework/aot/context/bootstrap/generator/bean/descriptor/BeanInstanceDescriptor.java</sourceFileInclude>
196197
</sourceFileIncludes>
197198
<detectJavaApiLink>false</detectJavaApiLink>
198199
<detectOfflineLinks>false</detectOfflineLinks>
@@ -202,6 +203,7 @@
202203
<links>
203204
<link>https://docs.oracle.com/javase/8/docs/api</link>
204205
<link>https://docs.spring.io/spring-boot/docs/current/api/</link>
206+
<link>https://docs.spring.io/spring-framework/docs/current/javadoc-api/</link>
205207
</links>
206208
</configuration>
207209
</execution>

0 commit comments

Comments
 (0)