blob: 133fdf78787c045fd91896db78d0316448b3f419 [file] [log] [blame]
import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;
public @interface B {
int value();
}