Package | Description |
---|---|
org.eiichiro.jaguar.interceptor |
Interceptor.
|
Modifier and Type | Class and Description |
---|---|
interface |
After
@After indicates that the annotated interceptor method is "After
advice". |
interface |
Around
@Around indicates that the annotated interceptor method is "Around
advice". |
interface |
Before
@Before indicates that the annotated interceptor method is "Before
advice". |
interface |
Throwing
@Throwing indicates that the annotated interceptor method is
"Throwing advice". |
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.