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

com.github.nill14.utils.init.meta.EventBusSubscriber Maven / Gradle / Ivy

package com.github.nill14.utils.init.meta;

import static java.lang.annotation.ElementType.*;
import static java.lang.annotation.RetentionPolicy.*;

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

@Target(TYPE)
@Retention(RUNTIME)
public @interface EventBusSubscriber {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy