All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wwoc.requirements.jackson.10.1.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 10.0
Show newest version
/*
 * Copyright 2017 Gili Tzabari.
 * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
 */
/**
 * Classes used to validate
 * preconditions,
 * postconditions and
 * 
 * invariants of Jackson types.
 */
@SuppressWarnings("JavaModuleNaming")
module com.github.cowwoc.requirements10.jackson
{
	requires transitive com.fasterxml.jackson.databind;
	requires transitive com.github.cowwoc.requirements10.annotation;
	requires transitive com.github.cowwoc.requirements10.java;
	requires com.github.cowwoc.pouch.core;
	requires java.xml;

	exports com.github.cowwoc.requirements10.jackson;
	exports com.github.cowwoc.requirements10.jackson.internal.validator to com.github.cowwoc.requirements10.test;
	exports com.github.cowwoc.requirements10.jackson.validator;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy