Package st.orm

Annotation Interface DefaultConverter


@Target(TYPE) @Retention(RUNTIME) public @interface DefaultConverter
Marks a Converter as eligible for automatic application when its entity type matches a type and no explicit @Convert annotation is present.

When this annotation is present on a converter class, Storm may apply it automatically during mapping resolution. If multiple auto-apply converters match the same component type, resolution will fail with a clear error unless an explicit converter is specified.

Since:
1.7