com.dslplatform.json.runtime.ExplicitDescription Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dsl-json-java8 Show documentation
Show all versions of dsl-json-java8 Show documentation
DSL Platform compatible Java JSON library (https://dsl-platform.com)
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 {
}