Below is the code snippet.
@Intercepts({@Signature( type= Executor.class, method = \"update\", args = {MappedStatement.class,Object.class})}) public class <
Its is a Annotation and it serves very great purpose as metadata to inform JVM about methods or other things.