6789101112
public class ReportSintaticService implements ReportService{ @Override public Report getReport() { System.out.println("Sintatic Report by module B49C"); return new Report(); }
public class ReportCustomService implements ReportService{ @Override public Report getReport() { System.out.println("Custom Report by module B49C"); return new Report(); }
public class ReportAnaliticService implements ReportService{ @Override public Report getReport() { System.out.println("Analitic Report by module B49C"); return new Report(); }
public class ReportCustomService implements ReportService { @Override public Report getReport() { System.out.println("Custom Report by module PRP6"); return new Report(); }
public class ReportSintaticServie implements ReportService { @Override public Report getReport() { System.out.println("Sintatic Report by module PRP6"); return new Report(); }
public class ReportAnaliticService implements ReportService { @Override public Report getReport() { System.out.println("Analitic Report by module PRP6"); return new Report(); }