Uses of Class
javax.annotation.meta.TypeQualifierNickname

Packages that use TypeQualifierNickname
javax.annotation   
 

Uses of TypeQualifierNickname in javax.annotation
 

Classes in javax.annotation with annotations of type TypeQualifierNickname
 interface CheckForNull
           
 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.
 interface Detainted
           
 interface Nullable
           
 interface RegEx
          This qualifier is used to denote String values that should be a Regular expression.
 interface Signed
          Used to annotate a value of unknown sign
 interface Tainted
           
 



Copyright © 2011. All Rights Reserved.