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

com.cqrs.questions.AnnotatedQuestionAnswerersMap Maven / Gradle / Ivy

package com.cqrs.questions;

import com.cqrs.annotations.HandlersMapFromFile;
import com.cqrs.annotations.QuestionAnswerersProcessor;
import com.cqrs.util.ResourceReader;

public class AnnotatedQuestionAnswerersMap extends HandlersMapFromFile {

    public AnnotatedQuestionAnswerersMap(ResourceReader resourceReader) {
        super(resourceReader, QuestionAnswerersProcessor.QUESTION_ANSWERERS_DIRECTORY);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy