1 package com.google.android.lint.integration_tests;
2 
3 interface IFoo {
4 
5     @EnforcePermission("INTERNET")
Method()6     void Method();
7 }
8