Interface Validator<T>

  • All Known Implementing Classes:
    PropsValidatorImpl

    public interface Validator<T>
    Since:
    1.0
    Author:
    Erhan Bagdemir
    • Method Detail

      • validate

        void validate​(T props)