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

com.codebox.enums.CheckEquals Maven / Gradle / Ivy

Go to download

Javabean Tester Simplifies POJO Testing and greatly simplifies Lombok Bean Testing!

The newest version!
/*
 * JavaBean Tester (https://github.com/hazendaz/javabean-tester)
 *
 * Copyright 2012-2021 Hazendaz.
 *
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of The Apache Software License,
 * Version 2.0 which accompanies this distribution, and is available at
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 * Contributors:
 *     CodeBox (Rob Dawson).
 *     Hazendaz (Jeremy Landis).
 */
package com.codebox.enums;

/**
 * The Enum CheckEquals.
 */
public enum CheckEquals {

    /** The on. */
    ON,

    /** The off. */
    OFF;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy