Files
T

7 lines
127 B
Plaintext

import java.lang.annotation.*;
import static java.lang.annotation.ElementType.*;
@B(88)
public @interface A {
int value();
}