Annotation Interface Param


Component parameter annotation. Method parameter marked with @Param annotation will receive value of component parameter with specified name.
Author:
Cezary Kozar 31 maj 2016
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Component parameter id.
  • Element Details

    • value

      String value
      Component parameter id. Defaults to parameter name discovered from class debug informations (if available).
      Default:
      ""