Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
47c8b573
Commit
47c8b573
authored
Dec 13, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
polish
parent
7216a8fa
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
19 additions
and
1 deletion
+19
-1
AutoConfigureAfter.java
...pringframework/boot/autoconfigure/AutoConfigureAfter.java
+2
-0
AutoConfigureBefore.java
...ringframework/boot/autoconfigure/AutoConfigureBefore.java
+2
-0
AutoConfigureOrder.java
...pringframework/boot/autoconfigure/AutoConfigureOrder.java
+2
-0
DependencyManagementBom.java
.../springframework/boot/groovy/DependencyManagementBom.java
+2
-0
PropertyMapping.java
...k/boot/test/autoconfigure/properties/PropertyMapping.java
+1
-1
TestAutoConfigureAfter.java
...k/boot/autoconfigureprocessor/TestAutoConfigureAfter.java
+2
-0
TestAutoConfigureBefore.java
.../boot/autoconfigureprocessor/TestAutoConfigureBefore.java
+2
-0
TestAutoConfigureOrder.java
...k/boot/autoconfigureprocessor/TestAutoConfigureOrder.java
+2
-0
ClassPathExclusions.java
...oot/testsupport/runner/classpath/ClassPathExclusions.java
+2
-0
ClassPathOverrides.java
...boot/testsupport/runner/classpath/ClassPathOverrides.java
+2
-0
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigureAfter.java
View file @
47c8b573
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
package
org
.
springframework
.
boot
.
autoconfigure
;
package
org
.
springframework
.
boot
.
autoconfigure
;
import
java.lang.annotation.Documented
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.RetentionPolicy
;
import
java.lang.annotation.RetentionPolicy
;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
*/
*/
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
({
ElementType
.
TYPE
})
@Target
({
ElementType
.
TYPE
})
@Documented
public
@interface
AutoConfigureAfter
{
public
@interface
AutoConfigureAfter
{
/**
/**
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigureBefore.java
View file @
47c8b573
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
package
org
.
springframework
.
boot
.
autoconfigure
;
package
org
.
springframework
.
boot
.
autoconfigure
;
import
java.lang.annotation.Documented
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.RetentionPolicy
;
import
java.lang.annotation.RetentionPolicy
;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
*/
*/
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
({
ElementType
.
TYPE
})
@Target
({
ElementType
.
TYPE
})
@Documented
public
@interface
AutoConfigureBefore
{
public
@interface
AutoConfigureBefore
{
/**
/**
...
...
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/AutoConfigureOrder.java
View file @
47c8b573
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
package
org
.
springframework
.
boot
.
autoconfigure
;
package
org
.
springframework
.
boot
.
autoconfigure
;
import
java.lang.annotation.Documented
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.RetentionPolicy
;
import
java.lang.annotation.RetentionPolicy
;
...
@@ -36,6 +37,7 @@ import org.springframework.core.annotation.Order;
...
@@ -36,6 +37,7 @@ import org.springframework.core.annotation.Order;
*/
*/
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
({
ElementType
.
TYPE
,
ElementType
.
METHOD
,
ElementType
.
FIELD
})
@Target
({
ElementType
.
TYPE
,
ElementType
.
METHOD
,
ElementType
.
FIELD
})
@Documented
public
@interface
AutoConfigureOrder
{
public
@interface
AutoConfigureOrder
{
int
DEFAULT_ORDER
=
0
;
int
DEFAULT_ORDER
=
0
;
...
...
spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/groovy/DependencyManagementBom.java
View file @
47c8b573
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
package
org
.
springframework
.
boot
.
groovy
;
package
org
.
springframework
.
boot
.
groovy
;
import
java.lang.annotation.Documented
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.RetentionPolicy
;
import
java.lang.annotation.RetentionPolicy
;
...
@@ -31,6 +32,7 @@ import java.lang.annotation.Target;
...
@@ -31,6 +32,7 @@ import java.lang.annotation.Target;
@Target
({
ElementType
.
CONSTRUCTOR
,
ElementType
.
FIELD
,
ElementType
.
LOCAL_VARIABLE
,
@Target
({
ElementType
.
CONSTRUCTOR
,
ElementType
.
FIELD
,
ElementType
.
LOCAL_VARIABLE
,
ElementType
.
METHOD
,
ElementType
.
PARAMETER
,
ElementType
.
TYPE
})
ElementType
.
METHOD
,
ElementType
.
PARAMETER
,
ElementType
.
TYPE
})
@Retention
(
RetentionPolicy
.
SOURCE
)
@Retention
(
RetentionPolicy
.
SOURCE
)
@Documented
public
@interface
DependencyManagementBom
{
public
@interface
DependencyManagementBom
{
/**
/**
...
...
spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/properties/PropertyMapping.java
View file @
47c8b573
...
@@ -49,9 +49,9 @@ import org.springframework.test.context.TestPropertySource;
...
@@ -49,9 +49,9 @@ import org.springframework.test.context.TestPropertySource;
* @see AnnotationsPropertySource
* @see AnnotationsPropertySource
* @see TestPropertySource
* @see TestPropertySource
*/
*/
@Documented
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
({
ElementType
.
TYPE
,
ElementType
.
METHOD
})
@Target
({
ElementType
.
TYPE
,
ElementType
.
METHOD
})
@Documented
public
@interface
PropertyMapping
{
public
@interface
PropertyMapping
{
/**
/**
...
...
spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/TestAutoConfigureAfter.java
View file @
47c8b573
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
package
org
.
springframework
.
boot
.
autoconfigureprocessor
;
package
org
.
springframework
.
boot
.
autoconfigureprocessor
;
import
java.lang.annotation.Documented
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.RetentionPolicy
;
import
java.lang.annotation.RetentionPolicy
;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
*/
*/
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
({
ElementType
.
TYPE
})
@Target
({
ElementType
.
TYPE
})
@Documented
public
@interface
TestAutoConfigureAfter
{
public
@interface
TestAutoConfigureAfter
{
Class
<?>[]
value
()
default
{};
Class
<?>[]
value
()
default
{};
...
...
spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/TestAutoConfigureBefore.java
View file @
47c8b573
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
package
org
.
springframework
.
boot
.
autoconfigureprocessor
;
package
org
.
springframework
.
boot
.
autoconfigureprocessor
;
import
java.lang.annotation.Documented
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.RetentionPolicy
;
import
java.lang.annotation.RetentionPolicy
;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
*/
*/
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
({
ElementType
.
TYPE
})
@Target
({
ElementType
.
TYPE
})
@Documented
public
@interface
TestAutoConfigureBefore
{
public
@interface
TestAutoConfigureBefore
{
Class
<?>[]
value
()
default
{};
Class
<?>[]
value
()
default
{};
...
...
spring-boot-project/spring-boot-tools/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/TestAutoConfigureOrder.java
View file @
47c8b573
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
package
org
.
springframework
.
boot
.
autoconfigureprocessor
;
package
org
.
springframework
.
boot
.
autoconfigureprocessor
;
import
java.lang.annotation.Documented
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.RetentionPolicy
;
import
java.lang.annotation.RetentionPolicy
;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
*/
*/
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
({
ElementType
.
TYPE
,
ElementType
.
METHOD
,
ElementType
.
FIELD
})
@Target
({
ElementType
.
TYPE
,
ElementType
.
METHOD
,
ElementType
.
FIELD
})
@Documented
public
@interface
TestAutoConfigureOrder
{
public
@interface
TestAutoConfigureOrder
{
int
value
()
default
Integer
.
MAX_VALUE
;
int
value
()
default
Integer
.
MAX_VALUE
;
...
...
spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/runner/classpath/ClassPathExclusions.java
View file @
47c8b573
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
package
org
.
springframework
.
boot
.
testsupport
.
runner
.
classpath
;
package
org
.
springframework
.
boot
.
testsupport
.
runner
.
classpath
;
import
java.io.File
;
import
java.io.File
;
import
java.lang.annotation.Documented
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.RetentionPolicy
;
import
java.lang.annotation.RetentionPolicy
;
...
@@ -30,6 +31,7 @@ import java.lang.annotation.Target;
...
@@ -30,6 +31,7 @@ import java.lang.annotation.Target;
*/
*/
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
(
ElementType
.
TYPE
)
@Target
(
ElementType
.
TYPE
)
@Documented
public
@interface
ClassPathExclusions
{
public
@interface
ClassPathExclusions
{
/**
/**
...
...
spring-boot-project/spring-boot-tools/spring-boot-test-support/src/main/java/org/springframework/boot/testsupport/runner/classpath/ClassPathOverrides.java
View file @
47c8b573
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
package
org
.
springframework
.
boot
.
testsupport
.
runner
.
classpath
;
package
org
.
springframework
.
boot
.
testsupport
.
runner
.
classpath
;
import
java.lang.annotation.Documented
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.ElementType
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.Retention
;
import
java.lang.annotation.RetentionPolicy
;
import
java.lang.annotation.RetentionPolicy
;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
...
@@ -29,6 +30,7 @@ import java.lang.annotation.Target;
*/
*/
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
(
ElementType
.
TYPE
)
@Target
(
ElementType
.
TYPE
)
@Documented
public
@interface
ClassPathOverrides
{
public
@interface
ClassPathOverrides
{
/**
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment