Declaration
To declare an annotation you use @interface
followed by a type name.
@interface NonNegative {
}
We call these "annotation interfaces."1
To declare an annotation you use @interface
followed by a type name.
@interface NonNegative {
}
We call these "annotation interfaces."1