blob: ef31041f37c5019dcc882319b19dabcdd138d8d5 [file] [log] [blame]
package annotator.tests;
public class DeclarationAnnotation {
@java.lang.SuppressWarnings("string argument")
public void foo() {
}
}