All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.treeleaf.web.starter.EnableExceptionHandler Maven / Gradle / Ivy

The newest version!
package org.treeleaf.web.starter;

import org.springframework.context.annotation.Import;

import java.lang.annotation.*;

/**
 * Created by leaf on 2016/12/2 0002.
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Import({BasicExceptionHandler.class})
public @interface EnableExceptionHandler {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy