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

com.github.thorbenkuck.keller.event.Hook Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.keller.event;

import java.lang.annotation.*;

@Documented
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface Hook {

	boolean active() default true;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy