JavaScript is disabled on your browser.
- Summary: 
- Required | 
- Optional
 
 
javax.annotation
Annotation Type CheckForSigned
 
- 
 
 @Documented
@TypeQualifierNickname
@Nonnegative(when=MAYBE)
@Retention(value=RUNTIME)
public @interface CheckForSigned Used to annotate a value that may be either negative or nonnegative, and
 indicates that uses of it should check for
 negative values before using it in a way that requires the value to be
 nonnegative, and check for it being nonnegative before using it in a way that
 requires it to be negative. 
 
 
- Summary: 
- Required | 
- Optional
 
 
Copyright © 2015. All rights reserved.