Wei Ma
Wei Ma

Reputation: 3165

Playframework documentation for annotations

During the process of implementation using Playframework, I have come across a few scenarios that I would like to apply some cross-cutting logic for different controllers and actions.

Like this question here, I would like to know more about different annotations. However, my search with the document didn't give me any detailed information. From this page, I learnt a few available annotations, but non of them were explained thoroughly.

I checked the API for java, but didn't find anything useful either. Is the source only place to find my answer?

Upvotes: 3

Views: 1818

Answers (1)

Steve Chaloner
Steve Chaloner

Reputation: 8202

If you want to create your own interceptors, there's a guide to this here: http://www.objectify.be/wordpress/?p=374

Upvotes: 2

Related Questions