Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2f8b8915520217c656f00750d7faa239c6233ece
/
.
/
compiler
/
testData
/
codegen
/
boxAgainstJava
/
annotations
/
retentionInJava.java
blob: d8eaa2f2ad5fcc9bd77728a3296f1991f9d6e091 [
file
]
import
java
.
lang
.
annotation
.
Retention
;
import
java
.
lang
.
annotation
.
RetentionPolicy
;
@Retention
(
RetentionPolicy
.
CLASS
)
@interface
Foo
{
}