
com.github.jinahya.assertj.validation.AssertFactories Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of assertj-bean-validation Show documentation
Show all versions of assertj-bean-validation Show documentation
An AssertJ extension for Bean-Validation
The newest version!
package com.github.jinahya.assertj.validation;
final class AssertFactories {
// public static > ASSERT nodeAssert(
// final Class nodeType, final AssertFactory super NODE, ? extends ASSERT> factory) {
// return null;
// }
//
// public static > InstanceOfAssertFactory nodeAssert(
// final Class nodeType, final AssertFactory super NODE, ? extends ASSERT> factory) {
// return null;
// }
private AssertFactories() {
throw new AssertionError("instantiation is not allowed");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy