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

com.github.thorbenkuck.netcom2.auto.annotations.ExceptionHandler Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.netcom2.auto.annotations;

import java.lang.annotation.*;

/**
 * Handle unhandled Exceptions, throw internally within every component
 */
@Retention(RetentionPolicy.CLASS)
@Target(ElementType.METHOD)
@Documented
public @interface ExceptionHandler {

	String name() default "";

	boolean autoLoad() default true;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy