Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Interceptor

Description

Conversion Annotation  

Marker annotation for type conversions at Type level.

TypeConversion Annotation  

Used for class and application wide conversion rules.

Interceptor Annotations

Interceptor

Description

After Annotation

Marks a action method that needs to be executed before the result.

Before Annotation

Marks a action method that needs to be executed before the main action method.

BeforeResult Annotation

Marks a action method that needs to be executed before the result.

...