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

org.infinispan.marshaller.protostuff.Wrapper Maven / Gradle / Ivy

There is a newer version: 14.0.31.Final
Show newest version
package org.infinispan.marshaller.protostuff;

/**
 * @author Ryan Emerson
 * @since 9.0
 */
class Wrapper {
   Object object;

   Wrapper(Object object) {
      this.object = object;
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy