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

org.plasma.sdo.annotation.Enumeration Maven / Gradle / Ivy

The newest version!
package org.plasma.sdo.annotation;

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

import org.atteo.classindex.IndexAnnotated;

import java.lang.annotation.ElementType;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@IndexAnnotated
public @interface Enumeration {
    public String name();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy