@Documented @Inherited @Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface Advice
Advice
is a meta annotation to indicate interceptor advice.Before
,
After
,
Around
,
Throwing
Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.