File tree 2 files changed +6
-2
lines changed
java.compiler/share/classes/javax/tools
jdk.javadoc/share/classes/jdk/javadoc/doclet
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2005, 2021 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2005, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -188,6 +188,8 @@ enum Location implements JavaFileManager.Location {
188
188
189
189
/**
190
190
* Location to search for snippets.
191
+ *
192
+ * @since 18
191
193
*/
192
194
SNIPPET_PATH ;
193
195
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2001, 2022 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2001, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -96,6 +96,8 @@ public interface Taglet {
96
96
* @return true if this taglet supports block tags
97
97
* @implSpec This implementation returns the inverse
98
98
* result to {@code isInlineTag}.
99
+ *
100
+ * @since 15
99
101
*/
100
102
default boolean isBlockTag () {
101
103
return !isInlineTag ();
You can’t perform that action at this time.
0 commit comments