Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_kotlin
/
HEAD
/
.
/
examples
/
ksp
/
CoffeeAppService.java
blob: ded50c0ff71195ea8a8a12f53b6c3b37f47fab1f [
file
] [
log
] [
blame
]
package
coffee
;
import
com
.
google
.
auto
.
service
.
AutoService
;
@AutoService
(
Object
.
class
)
public
class
CoffeeAppService
{
}