blob: 2a24f0a203452dc7ce7b8c5cb4fc675b6d42d4c2 [file] [log] [blame]
package pack1;
class Usage {
@A(intValue = 11)
void foo() {
}
@A(intValue = 42)
void bar() {
}
}