pub.codex.apix.EnableApix Maven / Gradle / Ivy
package pub.codex.apix;
import org.springframework.context.annotation.Import;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
@Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME)
@Target(value = {java.lang.annotation.ElementType.TYPE})
@Documented
@Import({ApixDocumentationConfiguration.class})
public @interface EnableApix {
}