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

io.jexxa.addend.applicationcore.BusinessException Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
package io.jexxa.addend.applicationcore;

import static java.lang.annotation.ElementType.TYPE;

import java.lang.annotation.Documented;
import java.lang.annotation.Target;

/**
 * Represents a failure which is defined in business domain.  
 */
@Target(TYPE)
@Documented
public @interface BusinessException
{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy