
com.opencredo.concursus.spring.commands.processing.CommandHandler Maven / Gradle / Ivy
package com.opencredo.concursus.spring.commands.processing;
import org.springframework.stereotype.Component;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
@Component
public @interface CommandHandler {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy