jar

com.github.houbb : valid-annotation

Maven & Gradle

Oct 08, 2019
1 usages

The annotations integration validation-api and hibernate annotations.

Table Of Contents

Latest Version

Download com.github.houbb : valid-annotation JAR file - Latest Versions:

All Versions

Download com.github.houbb : valid-annotation 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 valid-annotation-0.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.valid.annotation.constraint

├─ com.github.houbb.valid.annotation.constraint.AnyFieldEquals.class - [JAR]

├─ com.github.houbb.valid.annotation.constraint.AtLeastOneNotNull.class - [JAR]

├─ com.github.houbb.valid.annotation.constraint.Ranges.class - [JAR]

org.hibernate.validator.constraints

├─ org.hibernate.validator.constraints.CompositionType.class - [JAR]

├─ org.hibernate.validator.constraints.ConstraintComposition.class - [JAR]

├─ org.hibernate.validator.constraints.CreditCardNumber.class - [JAR]

├─ org.hibernate.validator.constraints.EAN.class - [JAR]

├─ org.hibernate.validator.constraints.Email.class - [JAR]

├─ org.hibernate.validator.constraints.Length.class - [JAR]

├─ org.hibernate.validator.constraints.LuhnCheck.class - [JAR]

├─ org.hibernate.validator.constraints.Mod10Check.class - [JAR]

├─ org.hibernate.validator.constraints.Mod11Check.class - [JAR]

├─ org.hibernate.validator.constraints.ModCheck.class - [JAR]

├─ org.hibernate.validator.constraints.NotBlank.class - [JAR]

├─ org.hibernate.validator.constraints.NotEmpty.class - [JAR]

├─ org.hibernate.validator.constraints.ParameterScriptAssert.class - [JAR]

├─ org.hibernate.validator.constraints.Range.class - [JAR]

├─ org.hibernate.validator.constraints.SafeHtml.class - [JAR]

├─ org.hibernate.validator.constraints.ScriptAssert.class - [JAR]

├─ org.hibernate.validator.constraints.URL.class - [JAR]

org.hibernate.validator.constraints.br

├─ org.hibernate.validator.constraints.br.CNPJ.class - [JAR]

├─ org.hibernate.validator.constraints.br.CPF.class - [JAR]

├─ org.hibernate.validator.constraints.br.TituloEleitoral.class - [JAR]

com.github.houbb.valid.annotation.condition

├─ com.github.houbb.valid.annotation.condition.Condition.class - [JAR]