JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element
checkers.regex.quals
Annotation Type PartialRegex
public @interface
PartialRegex
Indicates a String that is not a syntactically valid regular expression. The String itself can be stored as a parameter to the annotation, allowing the Regex Checker to verify some concatenations of partial regular expression Strings.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element and Description
@ReadOnly
String
value
The String qualified by this annotation.
Element Detail
value
public abstract
@ReadOnly
String
value
The String qualified by this annotation. Used to verify concatenation of partial regular expressions. Defaults to the empty String.
Default:
""
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element