Annotation Interface CodecMicroserviceApplication
@Target(TYPE)
@Retention(RUNTIME)
@Import(CodecMicroservice.class)
public @interface CodecMicroserviceApplication
The CodecMicroserviceApplication annotation should be used in the Main class of the Codec microservice to make it Spring Boot enabled.