Last active
October 30, 2017 08:41
-
-
Save gunnarmorling/baff2927f32e74322fd39eede2d8883b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[email protected] jar:file:hibernate-validator-6.0.4.Final.jar/!module-info.class | |
exports org.hibernate.validator | |
exports org.hibernate.validator.cfg | |
exports org.hibernate.validator.cfg.context | |
exports org.hibernate.validator.cfg.defs | |
exports org.hibernate.validator.cfg.defs.br | |
exports org.hibernate.validator.cfg.defs.pl | |
exports org.hibernate.validator.constraints | |
exports org.hibernate.validator.constraints.br | |
exports org.hibernate.validator.constraints.pl | |
exports org.hibernate.validator.constraints.time | |
exports org.hibernate.validator.constraintvalidation | |
exports org.hibernate.validator.constraintvalidators | |
exports org.hibernate.validator.engine | |
exports org.hibernate.validator.group | |
exports org.hibernate.validator.messageinterpolation | |
exports org.hibernate.validator.parameternameprovider | |
exports org.hibernate.validator.path | |
exports org.hibernate.validator.resourceloading | |
exports org.hibernate.validator.spi.cfg | |
exports org.hibernate.validator.spi.group | |
exports org.hibernate.validator.spi.resourceloading | |
exports org.hibernate.validator.spi.scripting | |
requires classmate | |
requires hibernate.jpa static | |
requires java.base mandated | |
requires java.desktop | |
requires java.scripting | |
requires java.validation transitive | |
requires java.xml | |
requires java.xml.bind | |
requires javafx.base | |
requires javax.el | |
requires jboss.logging | |
requires jboss.logging.annotations static | |
requires joda.time static | |
requires jsoup static | |
requires money.api static | |
requires paranamer static | |
uses javax.validation.ConstraintValidator | |
uses javax.validation.valueextraction.ValueExtractor | |
provides javax.validation.spi.ValidationProvider with org.hibernate.validator.hibernatevalidator | |
qualified exports org.hibernate.validator.internal.util.logging to org.jboss.logging |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment