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

org.bitbucket.cowwoc.requirements.java.PrimitiveByteArrayVerifier Maven / Gradle / Ivy

/*
 * Copyright (c) 2018 Gili Tzabari
 * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
 */
package org.bitbucket.cowwoc.requirements.java;

import org.bitbucket.cowwoc.requirements.java.capabilities.ArrayCapabilities;

/**
 * Verifies the requirements of a byte array.
 */
public interface PrimitiveByteArrayVerifier extends
	ArrayCapabilities
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy