
net.sf.esfinge.gamification.validate.annotation.ProhibitsGamification Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gamification Show documentation
Show all versions of gamification Show documentation
The Esfinge Gamification is a matadata based framework applicable to systems requiring an gamification logic, regardless of the domain.
The newest version!
package net.sf.esfinge.gamification.validate.annotation;
import java.lang.annotation.Annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import net.sf.esfinge.gamification.validate.ProhibitsGamificationAnnotationValidator;
import net.sf.esfinge.metadata.annotation.validator.ToValidate;
@ToValidate(ProhibitsGamificationAnnotationValidator.class)
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.ANNOTATION_TYPE)
public @interface ProhibitsGamification {
public Class extends Annotation> value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy