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

com.dottydingo.hyperion.api.CaseInsensitiveEnum Maven / Gradle / Ivy

The newest version!
package com.dottydingo.hyperion.api;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * An enum that will be resolved in a case insensitive manner by the service.
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface CaseInsensitiveEnum
{
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy