File tree 3 files changed +6
-6
lines changed
spring-context/src/main/java/org/springframework/stereotype
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2017 the original author or authors.
2
+ * Copyright 2002-2022 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.
39
39
* @see org.springframework.web.bind.annotation.RequestMapping
40
40
* @see org.springframework.context.annotation.ClassPathBeanDefinitionScanner
41
41
*/
42
- @ Target ({ ElementType .TYPE } )
42
+ @ Target (ElementType .TYPE )
43
43
@ Retention (RetentionPolicy .RUNTIME )
44
44
@ Documented
45
45
@ Component
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2017 the original author or authors.
2
+ * Copyright 2002-2022 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.
55
55
* @see org.springframework.dao.DataAccessException
56
56
* @see org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor
57
57
*/
58
- @ Target ({ ElementType .TYPE } )
58
+ @ Target (ElementType .TYPE )
59
59
@ Retention (RetentionPolicy .RUNTIME )
60
60
@ Documented
61
61
@ Component
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2017 the original author or authors.
2
+ * Copyright 2002-2022 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.
41
41
* @see Component
42
42
* @see Repository
43
43
*/
44
- @ Target ({ ElementType .TYPE } )
44
+ @ Target (ElementType .TYPE )
45
45
@ Retention (RetentionPolicy .RUNTIME )
46
46
@ Documented
47
47
@ Component
You can’t perform that action at this time.
0 commit comments