File tree 2 files changed +6
-6
lines changed
src/java.compiler/share/classes/javax/lang/model
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2005, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2005, 2021 , 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
@@ -292,7 +292,7 @@ public interface Element extends javax.lang.model.AnnotatedConstruct {
292
292
* <p>Note that any annotations returned by this method are
293
293
* declaration annotations.
294
294
*
295
- * @since 8
295
+ * @since 1. 8
296
296
*/
297
297
@ Override
298
298
<A extends Annotation > A [] getAnnotationsByType (Class <A > annotationType );
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2005, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2005, 2021 , 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
@@ -149,7 +149,7 @@ public interface TypeMirror extends javax.lang.model.AnnotatedConstruct {
149
149
* <p>Note that any annotations returned by this method are type
150
150
* annotations.
151
151
*
152
- * @since 8
152
+ * @since 1. 8
153
153
*/
154
154
@ Override
155
155
List <? extends AnnotationMirror > getAnnotationMirrors ();
@@ -160,7 +160,7 @@ public interface TypeMirror extends javax.lang.model.AnnotatedConstruct {
160
160
* <p>Note that any annotation returned by this method is a type
161
161
* annotation.
162
162
*
163
- * @since 8
163
+ * @since 1. 8
164
164
*/
165
165
@ Override
166
166
<A extends Annotation > A getAnnotation (Class <A > annotationType );
@@ -171,7 +171,7 @@ public interface TypeMirror extends javax.lang.model.AnnotatedConstruct {
171
171
* <p>Note that any annotations returned by this method are type
172
172
* annotations.
173
173
*
174
- * @since 8
174
+ * @since 1. 8
175
175
*/
176
176
@ Override
177
177
<A extends Annotation > A [] getAnnotationsByType (Class <A > annotationType );
You can’t perform that action at this time.
0 commit comments