Sign in
android
/
platform
/
tools
/
studio
/
cloud
/
c9a77446cac89168a8dd5d091dbad6920f00a785
/
.
/
testData
/
inspections
/
apiNameInspection
/
validApiNameAttribute
/
src
/
test.java
blob: dc4c3a22675b0ce44e55657b04e36b4da19fd90d [
file
] [
log
] [
blame
]
package
com
.
example
.
app
;
import
com
.
google
.
api
.
server
.
spi
.
config
.
Api
;
@Api
(
name
=
"myApi"
)
public
class
Foo
{
}