differ-core / com.differ.differcore.annotations / EnableDiffer

EnableDiffer

@Target([AnnotationTarget.CLASS, AnnotationTarget.FILE]) @Import([DifferConfiguration]) annotation class EnableDiffer

Indicates that Differ support should be enabled.

This should be applied to a Spring java config and should have an accompanying @Configuration annotation. This can be applied only on Spring web applications.

Loads all required beans and configurations defined in DifferConfiguration

Author
Vladislav Iusiumbeli

Since
1.0.0

Constructors

<init>

Indicates that Differ support should be enabled.

EnableDiffer()