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

com.github.robindevilliers.cascade.annotations.CompletenessLevel Maven / Gradle / Ivy

The newest version!
package com.github.robindevilliers.cascade.annotations;

import com.github.robindevilliers.cascade.Completeness;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface CompletenessLevel {
    Completeness value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy