OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Nonnegative
(Results
1 - 4
of
4
) 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) {
CheckForSigned.java
11
* Used to annotate a value that may be either negative or
nonnegative
, and
14
*
nonnegative
, and check for it being
nonnegative
before using it in a way that
20
@
Nonnegative
(when = When.MAYBE)
Signed.java
14
@
Nonnegative
(when = When.UNKNOWN)
/prebuilt/common/tradefed/
tradefed-prebuilt.jar
Completed in 28 milliseconds