Annotation Type PatternFlags
-
@Documented @Retention(RUNTIME) @Target(TYPE_USE) public @interface PatternFlags
Indicates that serializable fields of typePattern
should have certain pattern flags applied upon creation.- Since:
- 4.2.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
The flags to apply.
-
-
-
Element Detail
-
value
int value
The flags to apply.- Returns:
- the flags, from constants in Pattern
- Since:
- 4.2.0
- See Also:
Pattern
-
-