BAEL-3758 - AOP Annotations of jcabi-aspects
This commit is contained in:
parent
9ab42e6118
commit
e138f5209c
|
@ -12,7 +12,6 @@ import com.jcabi.aspects.Loggable;
|
|||
import com.jcabi.aspects.Parallel;
|
||||
import com.jcabi.aspects.Quietly;
|
||||
import com.jcabi.aspects.RetryOnFailure;
|
||||
import com.jcabi.aspects.Timeable;
|
||||
import com.jcabi.aspects.UnitedThrow;
|
||||
|
||||
public class JcabiAspectJ {
|
||||
|
@ -28,14 +27,12 @@ public class JcabiAspectJ {
|
|||
}
|
||||
|
||||
divideByZero();
|
||||
|
||||
} catch(Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
divideByZeroQuietly();
|
||||
parallelExecution();
|
||||
|
||||
}
|
||||
|
||||
@Loggable
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -470,6 +470,7 @@
|
|||
<module>javax-servlets</module>
|
||||
<module>javaxval</module>
|
||||
<module>jaxb</module>
|
||||
<module>jcabi</module>
|
||||
<module>jee-7</module>
|
||||
<module>jee-7-security</module>
|
||||
<module>jee-kotlin</module>
|
||||
|
@ -1019,6 +1020,7 @@
|
|||
<module>javax-servlets</module>
|
||||
<module>javaxval</module>
|
||||
<module>jaxb</module>
|
||||
<module>jcabi</module>
|
||||
<module>jee-7</module>
|
||||
<module>jee-7-security</module>
|
||||
<module>jee-kotlin</module>
|
||||
|
|
Loading…
Reference in New Issue