-
Notifications
You must be signed in to change notification settings - Fork 2
Support precompilation #3
Copy link
Copy link
Open
Description
Users might want to create subclasses of Pattern at build-time, not run-time. A solution could be more or less involved (these aren’t mutually exclusive):
- A method to compile a regex and write it to a .class file.
- Methods to compile one or more regexes and package as a jar.
- A maven plug-in to create classes/jars.
- Use annotations to define classes that should be created.
3 & 4 are probably overkill.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels