File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
spring-core/src/main/java/org/springframework/core/annotation Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2014 the original author or authors.
2
+ * Copyright 2002-2015 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
16
16
17
17
package org .springframework .core .annotation ;
18
18
19
+ import java .lang .annotation .Documented ;
19
20
import java .lang .annotation .ElementType ;
20
21
import java .lang .annotation .Retention ;
21
22
import java .lang .annotation .RetentionPolicy ;
47
48
*/
48
49
@ Retention (RetentionPolicy .RUNTIME )
49
50
@ Target ({ElementType .TYPE , ElementType .METHOD , ElementType .FIELD })
51
+ @ Documented
50
52
public @interface Order {
51
53
52
54
/**
You can’t perform that action at this time.
0 commit comments