OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Nonnegative
(Results
1 - 2
of
2
) sorted by null
/external/jsr305/ri/src/main/java/javax/annotation/
Nonnegative.java
11
/** Used to annotate a value that should only contain
nonnegative
values */
15
public @interface
Nonnegative
{
18
class Checker implements TypeQualifierValidator<
Nonnegative
> {
20
public When forConstantValue(
Nonnegative
annotation, Object v) {
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 44 milliseconds