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

com.codeheadsystems.smr.Decorator Maven / Gradle / Ivy

package com.codeheadsystems.smr;

public interface Decorator {
  T decorate(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy