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

com.terracotta.entity.internal.LockingEntity Maven / Gradle / Ivy

package com.terracotta.entity.internal;

import com.terracotta.entity.EntityLockHandler;

/**
 * LockingEntity
 */
public interface LockingEntity {
  void setEntityLockHandler(EntityLockHandler entityLockHandler);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy