JavaScript is disabled on your browser.
Skip navigation links
rewrite-config-annotations 9.0.0.Final
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.ocpsoft.rewrite.annotation
Annotation Type Matches
@Inherited
@Documented
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
public @interface
Matches
Configure the regular expression
Pattern
to which an
Parameter
must match. Used in conjunction with elements annotated with
Parameter
.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The regular expression to which the annotated element must match.
Element Details
value
String
value
The regular expression to which the annotated element must match.