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

com.github.obhen233.annotation.application.Rule Maven / Gradle / Ivy

The newest version!
package com.github.obhen233.annotation.application;

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

@Documented
@Target(ElementType.ANNOTATION_TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Rule {
	
	Class rule();
	
	boolean not() default false;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy