Annotation Interface SerializerSource


@Target(TYPE) @Retention(RUNTIME) @Documented @Configuration @Inherited @PropertySource(value="classpath:serializers.yml",factory=YmlPropSourceFactory.class) @PropertySource(value="file:serializers.yml",ignoreResourceNotFound=true,factory=YmlPropSourceFactory.class) public @interface SerializerSource