blob: 3225c59c02178c48386b9308f27cf3d3e1c2faab [file]
import java.lang.Deprecated
@Deprecated class AnnotationOccurrencesTester {
@Deprecated protected String field
@Deprecated String property
@Deprecated AnnotationOccurrencesTester() {}
@Deprecated public String method() {}
}