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

com.helger.commons.traits.IAddableByTrait Maven / Gradle / Ivy

package com.helger.commons.traits;

/**
 * Empty marker interface that must be implemented by elements types that want
 * to use {@link IGenericAdderTrait}. This is a replacement for "Serializable".
 *
 * @author Philip Helger
 * @since 9.4.8
 */
public interface IAddableByTrait
{
  /* empty by purpose */
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy