Interface ResourceProcessor<R>

  • Type Parameters:
    R -
    All Known Implementing Classes:
    TemplateResourceProcessor

    public interface ResourceProcessor<R>
    Generic Resource visitor. It ensures the processing of different types of resources.
    Author:
    Bogdan Horje