-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generated next theme from runtime scanning rather than hard coding
- Loading branch information
Showing
4 changed files
with
33 additions
and
16 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
fixture-annotation/src/main/resources/org/springframework/core/io/annotations.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<root> | ||
<item name='org.springframework.core.io.Resource org.springframework.core.io.Resource createRelative(java.lang.String)'> | ||
<annotation name='org.jetbrains.annotations.NotNull'/> | ||
</item> | ||
</root> |
12 changes: 12 additions & 0 deletions
12
fixture-annotation/src/main/resources/org/springframework/core/io/support/annotations.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<root> | ||
<item name="org.springframework.core.io.support.ResourcePatternResolver org.springframework.core.io.Resource[] getResources(java.lang.String)"> | ||
<annotation name="jet.runtime.typeinfo.KotlinSignature"> | ||
<val name="value" val=""fun getResources(locationPattern: String): Array<Resource>"" /> | ||
</annotation> | ||
</item> | ||
<item name="org.springframework.core.io.support.ResourcePatternUtils org.springframework.core.io.support.ResourcePatternResolver getResourcePatternResolver(org.springframework.core.io.ResourceLoader)"> | ||
<annotation name="org.jetbrains.annotations.NotNull" /> | ||
</item> | ||
</root> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters