JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
pro.cyberyon.mojet
Matcher
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Required Element Summary
Element Details
value
Annotation Interface Matcher
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
Matcher
Annotation to define a matching pattern on the root class
Author:
Guillaume CHAUVET
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Regular expression for record matching
Element Details
value
String
value
Regular expression for record matching
Returns:
the regular expression
See Also:
PatternMatcher.match(java.lang.String, java.lang.String)