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

kz.greetgo.kafka.model.BoxHolder Maven / Gradle / Ivy

There is a newer version: 2.5.5
Show newest version
package kz.greetgo.kafka.model;

public interface BoxHolder {

  String author();

  T body();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy