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