File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
spring-context-indexer/src/main/java/org/springframework/context/index/processor
spring-core/src/main/java/org/springframework/core/io Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2021 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.
22
22
23
23
/**
24
24
* Provide the list of stereotypes that match an {@link Element}.
25
+ *
25
26
* <p>If an element has one or more stereotypes, it is referenced in the index
26
27
* of candidate components and each stereotype can be queried individually.
27
28
*
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2018 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.
@@ -99,14 +99,14 @@ default boolean isFile() {
99
99
/**
100
100
* Return a URL handle for this resource.
101
101
* @throws IOException if the resource cannot be resolved as URL,
102
- * i.e. if the resource is not available as descriptor
102
+ * i.e. if the resource is not available as a descriptor
103
103
*/
104
104
URL getURL () throws IOException ;
105
105
106
106
/**
107
107
* Return a URI handle for this resource.
108
108
* @throws IOException if the resource cannot be resolved as URI,
109
- * i.e. if the resource is not available as descriptor
109
+ * i.e. if the resource is not available as a descriptor
110
110
* @since 2.5
111
111
*/
112
112
URI getURI () throws IOException ;
You can’t perform that action at this time.
0 commit comments