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 Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val actionMixins: Seq[(Annotation, Class[_ <: Action[_]], AnnotatedElement)]
val controller: Class[_]
val controllerAnnotations: Seq[(Annotation, AnnotatedElement)]
val method: Method
val parser: Class[_ <: BodyParser[_]]