Skip to content

Commit

Permalink
add missing @SInCE tags for some elements added in CDI 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek authored and manovotn committed Apr 26, 2023
1 parent af2a731 commit 83c40ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* </pre>
*
* @author Matej Novotny
* @since 4.0
*/
public interface BeanContainer {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public interface ObserverMethod<T> extends Prioritized {
* </p>
*
* @return the declaring {@linkplain Bean bean}
* @since 4.0
*/
default Bean<?> getDeclaringBean() {
return null;
Expand Down

0 comments on commit 83c40ad

Please sign in to comment.