|
|
|
@ -1,5 +1,5 @@ |
|
|
|
/* |
|
|
|
/* |
|
|
|
* Copyright 2002-2018 the original author or authors. |
|
|
|
* Copyright 2002-2021 the original author or authors. |
|
|
|
* |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -22,7 +22,7 @@ import javax.lang.model.element.Element; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Provide the list of stereotypes that match an {@link Element}. |
|
|
|
* Provide the list of stereotypes that match an {@link Element}. |
|
|
|
* If an element has one more stereotypes, it is referenced in the index |
|
|
|
* <p>If an element has one or more stereotypes, it is referenced in the index |
|
|
|
* of candidate components and each stereotype can be queried individually. |
|
|
|
* of candidate components and each stereotype can be queried individually. |
|
|
|
* |
|
|
|
* |
|
|
|
* @author Stephane Nicoll |
|
|
|
* @author Stephane Nicoll |
|
|
|
|