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

com.dslplatform.json.runtime.ExplicitDescription Maven / Gradle / Ivy

The newest version!
package com.dslplatform.json.runtime;

/**
 * Marker for converters.
 * When collections are encoding elements, interfaces and abstract classes
 * would check each element for its actual signature and use that instead.
 *
 * To prevent lookup on each elements and use explicitly provided converter,
 * use descriptions which have this marker even when dealing with unknown types.
 */
public interface ExplicitDescription {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy