Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
090f9670edbde64751f249d4fe53bfa5fc02f75a
/
.
/
analysis
/
symbol-light-classes
/
testData
/
annotationsEquality
/
ExplicitRetension.java
blob: 563fd9ec39f526d8964f7939af04d3e83b84efd1 [
file
]
@java
.
lang
.
annotation
.
Retention
(
value
=
java
.
lang
.
annotation
.
RetentionPolicy
.
RUNTIME
)
@kotlin
.
annotation
.
Retention
(
value
=
kotlin
.
annotation
.
AnnotationRetention
.
RUNTIME
)
public
abstract
@interface
ImplicitRetension
/* ImplicitRetension*/
{
}