Sign in
apache
/
netbeans
/
refs/heads/release310
/
.
/
groovy
/
groovy.editor
/
test
/
unit
/
data
/
testfiles
/
AnnotationOccurrencesTester.groovy
blob: 3225c59c02178c48386b9308f27cf3d3e1c2faab [
file
]
import
java
.
lang
.
Deprecated
@Deprecated
class
AnnotationOccurrencesTester
{
@Deprecated
protected
String
field
@Deprecated
String
property
@Deprecated
AnnotationOccurrencesTester
()
{}
@Deprecated
public
String
method
()
{}
}