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

com.opencredo.concursus.spring.events.publishing.EventHandler Maven / Gradle / Ivy

package com.opencredo.concursus.spring.events.publishing;

import org.springframework.stereotype.Component;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.RUNTIME)
@Component
public @interface EventHandler {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy