jar

com.github.dhaeb : jegex-validator

Maven & Gradle

Jun 03, 2014
0 stars

Jegex-Validator · This project provides a simple annotation processor to show, that the java annotation processing mechanism is able to validate existing annotated code. In particular, this processor will validate annotated Strings which will be used as regular expressions. A regex is valid if it is compilable and if it matches user defined fixtures on the annotation level.

Table Of Contents

Latest Version

Download com.github.dhaeb : jegex-validator JAR file - Latest Versions:

All Versions

Download com.github.dhaeb : jegex-validator JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jegex-validator-0.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.dhaeb

├─ com.github.dhaeb.RegexValidatorProcessor.class - [JAR]

com.github.dhaeb.exceptions

├─ com.github.dhaeb.exceptions.NotMatchableException.class - [JAR]

com.github.dhaeb.validate

├─ com.github.dhaeb.validate.ValidateRegex.class - [JAR]