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

com.anaptecs.jeaf.junit.openapi.base.DynamicEnum Maven / Gradle / Ivy

The newest version!
/*
 * anaptecs GmbH, Ricarda-Huch-Str. 71, 72760 Reutlingen, Germany
 *
 * Copyright 2004 - 2021. All rights reserved.
 */
package com.anaptecs.jeaf.junit.openapi.base;

/**
 * Test for enums with dynamic literals.
 *
 * @author JEAF Generator
 * @version JEAF Release 1.6.x
 */
public enum DynamicEnum {
  STATIC_LITERAL;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy