after method

Method after(
  1. After interceptor
)

Implementation

Method after(After interceptor) {
  getAfter.add(interceptor);
  return this;
}