JavaActionAnnotations
play.core.j.JavaActionAnnotations
class JavaActionAnnotations(val controller: Class[_], val method: Method, config: ActionCompositionConfiguration)
Retains and evaluates what is otherwise expensive reflection work on call by call basis.
Value parameters
- controller
-
The controller to be evaluated
- method
-
The method to be evaluated
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article