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

com.github.KishanSital.authenticator.services.PrintMessageService Maven / Gradle / Ivy

The newest version!
package com.github.KishanSital.authenticator.services;

import com.github.KishanSital.authenticator.annotations.Service;

@Service
@FunctionalInterface
public interface PrintMessageService {
    void print(String message);
    String toString();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy