com.itelg.spring.xom.unmarshaller.configuration.EnableXomUnmarshaller Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-xom-unmarshaller Show documentation
Show all versions of spring-xom-unmarshaller Show documentation
Spring XML Unmarshalling with XOM
package com.itelg.spring.xom.unmarshaller.configuration;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import org.springframework.context.annotation.Import;
@Retention(RUNTIME)
@Target(TYPE)
@Import(SpringXomUnmarshallerConfiguration.class)
public @interface EnableXomUnmarshaller
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy